Skip to content

Commit 88f97e7

Browse files
committed
Disable the FileSystem.Event test-suite
1 parent 68b0955 commit 88f97e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/streamly-tests.cabal

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ test-suite FileSystem.Event
366366
ghc-options: -main-is Streamly.Test.FileSystem.Event
367367
main-is: Streamly/Test/FileSystem/Event.hs
368368
other-modules: Streamly.Test.FileSystem.Event.Common
369+
buildable: False
369370
if flag(use-streamly-core)
370371
buildable: False
371372

@@ -376,6 +377,7 @@ test-suite FileSystem.Event.Darwin
376377
other-modules: Streamly.Test.FileSystem.Event.Common
377378
cpp-options: -DFILESYSTEM_EVENT_DARWIN
378379
ghc-options: -main-is Streamly.Test.FileSystem.Event.Darwin
380+
buildable: False
379381
if !os(darwin)
380382
buildable: False
381383
if flag(use-streamly-core)
@@ -388,6 +390,7 @@ test-suite FileSystem.Event.Linux
388390
other-modules: Streamly.Test.FileSystem.Event.Common
389391
cpp-options: -DFILESYSTEM_EVENT_LINUX
390392
ghc-options: -main-is Streamly.Test.FileSystem.Event.Linux
393+
buildable: False
391394
if !os(linux) || !flag(dev) || flag(use-streamly-core)
392395
buildable: False
393396

@@ -398,6 +401,7 @@ test-suite FileSystem.Event.Windows
398401
other-modules: Streamly.Test.FileSystem.Event.Common
399402
cpp-options: -DFILESYSTEM_EVENT_WINDOWS
400403
ghc-options: -main-is Streamly.Test.FileSystem.Event.Windows
404+
buildable: False
401405
if !os(windows)
402406
buildable: False
403407
if flag(use-streamly-core)

0 commit comments

Comments
 (0)