Skip to content

Commit

Permalink
ci: fix how the jest test was disabled
Browse files Browse the repository at this point in the history
The bazelci config only passes the -no-bazelci-mac filter to the inner bazel
  • Loading branch information
alexeagle committed Dec 17, 2019
1 parent f50dea3 commit 42a542d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ example_integration_test(

example_integration_test(
name = "examples_jest",
# TODO: why does this fail almost all the time, but pass on local Mac?
tags = ["no-bazelci-mac"],
)

example_integration_test(
Expand Down
2 changes: 2 additions & 0 deletions examples/jest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jest_test(
# Windows users with permissions can use --enable_runfiles
# to make this test work
"no-bazelci-windows",
# TODO: why does this fail almost all the time, but pass on local Mac?
"no-bazelci-mac",
],
deps = [
"babel.config.js",
Expand Down

0 comments on commit 42a542d

Please sign in to comment.