mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-16 09:18:31 +01:00
Expect fsnotify to fail
This commit is contained in:
parent
e88ef6f74b
commit
b804e37845
@ -251,6 +251,9 @@ defaultExpectedFailures ghcVer requireHP = execWriter $ do
|
|||||||
add "tls"
|
add "tls"
|
||||||
|
|
||||||
add "x509"
|
add "x509"
|
||||||
|
|
||||||
|
-- Often run out of inotify handles
|
||||||
|
add "fsnotify"
|
||||||
where
|
where
|
||||||
add = tell . singleton . PackageName
|
add = tell . singleton . PackageName
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user