dont build time_jump_test on windows

pull/21929/head
Jan Tattermusch 5 years ago
parent 41ac287f7b
commit 380a362417
  1. 5
      test/cpp/common/BUILD

@ -49,7 +49,10 @@ grpc_cc_test(
external_deps = [
"gtest",
],
tags = ["manual"],
tags = [
"manual",
"no_windows",
],
deps = [
"//:grpc++",
"//test/core/util:grpc_test_util",

Loading…
Cancel
Save