haskell-purescript: Disable tests.
Tests need network + /homeless-shelter.
This commit is contained in:
parent
2e91746661
commit
9303783649
1 changed files with 4 additions and 0 deletions
|
@ -680,6 +680,10 @@ self: super: {
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# Tests attempt to use NPM to install from the network into
|
||||||
|
# /homeless-shelter. Disabled.
|
||||||
|
purescript = dontCheck super.purescript;
|
||||||
|
|
||||||
# Broken by GLUT update.
|
# Broken by GLUT update.
|
||||||
Monadius = markBroken super.Monadius;
|
Monadius = markBroken super.Monadius;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue