disable some test on windows based on build.yaml

pull/20265/head
Jan Tattermusch 5 years ago
parent 3080419c90
commit 3ce50ae754
  1. 1
      test/core/bad_ssl/generate_tests.bzl
  2. 1
      test/core/end2end/BUILD
  3. 2
      test/core/fling/BUILD
  4. 1
      test/core/handshake/BUILD
  5. 2
      test/core/http/BUILD
  6. 1
      test/core/tsi/BUILD
  7. 4
      test/cpp/end2end/BUILD

@ -46,4 +46,5 @@ def grpc_bad_ssl_tests():
deps = ['//test/core/util:grpc_test_util',
'//:gpr',
'//test/core/end2end:cq_verifier'],
tags = ["no_windows"],
)

@ -117,6 +117,7 @@ grpc_cc_test(
"//:grpc",
"//test/core/util:grpc_test_util",
],
tags = ["no_windows"],
)
grpc_cc_test(

@ -59,6 +59,7 @@ grpc_cc_test(
"//test/core/end2end:ssl_test_data",
"//test/core/util:grpc_test_util",
],
tags = ["no_windows],
)
grpc_cc_test(
@ -74,4 +75,5 @@ grpc_cc_test(
"//test/core/end2end:ssl_test_data",
"//test/core/util:grpc_test_util",
],
tags = ["no_windows],
)

@ -97,4 +97,5 @@ grpc_cc_test(
"//:grpc",
"//test/core/util:grpc_test_util",
],
tags = ["no_windows"],
)

@ -80,6 +80,7 @@ grpc_cc_test(
"//test/core/end2end:ssl_test_data",
"//test/core/util:grpc_test_util",
],
tags = ["no_windows"],
)
grpc_cc_test(
@ -99,6 +100,7 @@ grpc_cc_test(
"//test/core/end2end:ssl_test_data",
"//test/core/util:grpc_test_util",
],
tags = ["no_windows"],
)
grpc_cc_test(

@ -85,6 +85,7 @@ grpc_cc_test(
"//:tsi",
"//test/core/util:grpc_test_util",
],
tags = ["no_windows"],
)
grpc_cc_test(

@ -122,7 +122,7 @@ grpc_cc_test(
"//test/core/util:grpc_test_util",
"//test/cpp/util:test_util",
],
tags = ["no_test_ios"],
tags = ["no_test_ios", "no_windows"],
)
grpc_cc_binary(
@ -567,7 +567,7 @@ grpc_cc_test(
"//test/core/util:grpc_test_util",
"//test/cpp/util:test_util",
],
tags = ["no_test_ios"],
tags = ["no_test_ios", "no_windows"],
)
grpc_cc_binary(

Loading…
Cancel
Save