diff --git a/test/core/tsi/alts/handshaker/BUILD b/test/core/tsi/alts/handshaker/BUILD index 42cf3b985f1..a0dcb13a915 100644 --- a/test/core/tsi/alts/handshaker/BUILD +++ b/test/core/tsi/alts/handshaker/BUILD @@ -83,16 +83,16 @@ grpc_cc_test( srcs = [ "alts_concurrent_connectivity_test.cc", ], + external_deps = ["gtest"], language = "C++", + # TODO(apolcyn): make the fake TCP server used in this + # test portable to Windows. + tags = ["no_windows"], deps = [ "//:alts_util", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/tsi/alts/fake_handshaker:fake_handshaker_lib", "//test/core/end2end:cq_verifier", + "//test/core/tsi/alts/fake_handshaker:fake_handshaker_lib", + "//test/core/util:grpc_test_util", ], - external_deps = ["gtest"], - # TODO(apolcyn): make the fake TCP server used in this - # test portable to Windows. - tags = ["no_windows"], )