Skip to content

Commit

Permalink
Disable jest example on BazelCI macs
Browse files Browse the repository at this point in the history
It's terribly flaky and rarely passes
  • Loading branch information
alexeagle authored Dec 17, 2019
1 parent a096a9e commit 88694a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ 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

0 comments on commit 88694a4

Please sign in to comment.