ソースを参照

dont build time_jump_test on windows

Jan Tattermusch 6 年 前
コミット
380a362417
1 ファイル変更4 行追加1 行削除
  1. 4 1
      test/cpp/common/BUILD

+ 4 - 1
test/cpp/common/BUILD

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