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
[java] Remote selenium-remote tag from test targets
If it's there, then `bazel query "attr(tags, 'remote', tests(//java/...))`
would also return non-remote targets. This happens because Bazel queries
for partial match in attribute ("selenium-remote" contains "remote").
0 commit comments