You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marking tests `exclusive` will mean that they will attempt to run
locally, because Bazel has no other way of controlling which test
is being run otherwise. Fortunately, we break each test class out
into its own `java_test` rule so changing the tag used is fine.
0 commit comments