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
This is an odd edge case from a client using a great number of GRPC services, and then trying to write tests around them. The general form of the test is:
When run through gazelle, it generates both a java_test_suite for the ApplicationTest and a java_binary for the ApplicationTest.TestApplication. I would like to be able to turn off the latter.