We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
//tests/repl-targets:hs_lib_repl_test
1 parent 5425816 commit b02a937Copy full SHA for b02a937
rules_haskell_tests/tests/repl-targets/BUILD.bazel
@@ -112,10 +112,6 @@ rules_haskell_integration_test(
112
rules_haskell_integration_test(
113
name = "hs_lib_repl_test",
114
srcs = ["HsLibReplTest.hs"],
115
- tags = [
116
- # See https://github.com/tweag/rules_haskell/issues/1779
117
- "dont_test_on_darwin_with_bindist",
118
- ],
119
workspace_path = "hs_lib_repl_test",
120
)
121
0 commit comments