Skip to content

Commit

Permalink
don't test hs-lib@repl on macos-bindist and windows because they never
Browse files Browse the repository at this point in the history
did (#1486)
  • Loading branch information
Ilya Polyakovskiy committed Feb 15, 2022
1 parent 71f5465 commit 55f2c1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/repl-targets/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ integration_test(
name = "hs_lib_repl_test",
size = "large",
bazel = "//tests:bazel",
tags = [
# See https://github.com/tweag/rules_haskell/issues/1486
"dont_test_on_darwin_with_bindist",
"dont_test_on_windows",
],
)

filegroup(
Expand Down

0 comments on commit 55f2c1c

Please sign in to comment.