Skip to content

Commit

Permalink
Disable //tests/bats-core:parallel_tests
Browse files Browse the repository at this point in the history
There is an issue with the choice of the 'parallel' utility.
See attached bug for details.
Disabling the test for the time being.

Issue: #13
  • Loading branch information
filmil committed Oct 31, 2022
1 parent 88a82c5 commit 535f03f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions tests/bats-core/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ bats_test(
],
)

bats_test(
name = "parallel_test",
srcs = ["@bats_core//:test/parallel.bats"],
deps = [
"@bats_core//:parallel_lib",
"@bats_core//:test_helper",
],
)
# TODO(https://github.com/filmil/bazel-bats/issues/13): Re-enable this test.
#bats_test(
# name = "parallel_test",
# srcs = ["@bats_core//:test/parallel.bats"],
# deps = [
# "@bats_core//:parallel_lib",
# "@bats_core//:test_helper",
# ],
#)

bats_test(
name = "pretty_formatter_test",
Expand Down

0 comments on commit 535f03f

Please sign in to comment.