Skip to content

Commit

Permalink
Disable the FileSystem.Event test-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Feb 10, 2025
1 parent e5de975 commit 2d05eb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/streamly-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ test-suite FileSystem.Event
ghc-options: -main-is Streamly.Test.FileSystem.Event
main-is: Streamly/Test/FileSystem/Event.hs
other-modules: Streamly.Test.FileSystem.Event.Common
buildable: False
if flag(use-streamly-core)
buildable: False

Expand All @@ -376,6 +377,7 @@ test-suite FileSystem.Event.Darwin
other-modules: Streamly.Test.FileSystem.Event.Common
cpp-options: -DFILESYSTEM_EVENT_DARWIN
ghc-options: -main-is Streamly.Test.FileSystem.Event.Darwin
buildable: False
if !os(darwin)
buildable: False
if flag(use-streamly-core)
Expand All @@ -388,6 +390,7 @@ test-suite FileSystem.Event.Linux
other-modules: Streamly.Test.FileSystem.Event.Common
cpp-options: -DFILESYSTEM_EVENT_LINUX
ghc-options: -main-is Streamly.Test.FileSystem.Event.Linux
buildable: False
if !os(linux) || !flag(dev) || flag(use-streamly-core)
buildable: False

Expand All @@ -398,6 +401,7 @@ test-suite FileSystem.Event.Windows
other-modules: Streamly.Test.FileSystem.Event.Common
cpp-options: -DFILESYSTEM_EVENT_WINDOWS
ghc-options: -main-is Streamly.Test.FileSystem.Event.Windows
buildable: False
if !os(windows)
buildable: False
if flag(use-streamly-core)
Expand Down

0 comments on commit 2d05eb6

Please sign in to comment.