avoid machine_size:large tests on windows

pull/20265/head
Jan Tattermusch 6 years ago
parent 5b9e08d9a3
commit 0f78b92e87
  1. 1
      test/core/gprpp/BUILD
  2. 1
      test/core/iomgr/BUILD
  3. 1
      test/cpp/qps/BUILD

@ -125,6 +125,7 @@ grpc_cc_test(
srcs = ["mpscq_test.cc"], srcs = ["mpscq_test.cc"],
exec_compatible_with = ["//third_party/toolchains/machine_size:large"], exec_compatible_with = ["//third_party/toolchains/machine_size:large"],
language = "C++", language = "C++",
tags = ["no_windows"], # machine_size:large is not configured for windows RBE
deps = [ deps = [
"//:gpr", "//:gpr",
"//test/core/util:grpc_test_util", "//test/core/util:grpc_test_util",

@ -41,6 +41,7 @@ grpc_cc_test(
srcs = ["combiner_test.cc"], srcs = ["combiner_test.cc"],
exec_compatible_with = ["//third_party/toolchains/machine_size:large"], exec_compatible_with = ["//third_party/toolchains/machine_size:large"],
language = "C++", language = "C++",
tags = ["no_windows"], # machine_size:large is not configured for windows RBE
deps = [ deps = [
"//:gpr", "//:gpr",
"//:grpc", "//:grpc",

@ -170,6 +170,7 @@ grpc_cc_test(
name = "qps_openloop_test", name = "qps_openloop_test",
srcs = ["qps_openloop_test.cc"], srcs = ["qps_openloop_test.cc"],
exec_compatible_with = ["//third_party/toolchains/machine_size:large"], exec_compatible_with = ["//third_party/toolchains/machine_size:large"],
tags = ["no_windows"], # machine_size:large is not configured for windows RBE
deps = [ deps = [
":benchmark_config", ":benchmark_config",
":driver_impl", ":driver_impl",

Loading…
Cancel
Save