Skip to content

Commit 5c7ab6a

Browse files
committed
Disable //tests:toto is profiling is activated
see issue 2127
1 parent cd5bfdd commit 5c7ab6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rules_haskell_tests/tests/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,12 +398,13 @@ haskell_library(
398398
],
399399
)
400400

401+
# See https://github.com/tweag/rules_haskell/issues/2127
401402
haskell_doc(
402403
name = "toto",
403404
tags = [
404405
"dont_test_on_windows",
405406
"requires_lz4",
406-
],
407+
] + (["skip_profiling"] if GHC_VERSION == "9.8.1" else []),
407408
deps = [":utils"],
408409
)
409410

0 commit comments

Comments
 (0)