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
Shows that without extra steps, like having a runtime dependency on JUnit,
classes bundled with Bazel's JUnit test runner take precendence over explicitly
specified dependencies.
In this case :test fails, but :test_with_runtime_deps runs fine.