commit | c1309787cc4b55cb1d11e60a687f27b9b38ed09c | [log] [tgz] |
---|---|---|
author | dmarting <dmarting@google.com> | Mon Aug 28 17:14:01 2017 +0200 |
committer | Vladimir Moskva <vladmos@google.com> | Mon Aug 28 17:56:31 2017 +0200 |
tree | 5d47bc254f52c7f24ca6b76309ecfe84d8de5d70 | |
parent | a328f61a645304e88bb0c02c91a1bf6948530776 [diff] |
Set the Objc tests to not run on windows. PiperOrigin-RevId: 166705717
diff --git a/src/test/java/com/google/devtools/build/lib/rules/objc/BUILD b/src/test/java/com/google/devtools/build/lib/rules/objc/BUILD index 00620ee..f83cddb 100644 --- a/src/test/java/com/google/devtools/build/lib/rules/objc/BUILD +++ b/src/test/java/com/google/devtools/build/lib/rules/objc/BUILD
@@ -73,6 +73,7 @@ java_test( name = "ObjcRulesTests", shard_count = 20, + tags = ["no_windows"], test_class = "com.google.devtools.build.lib.AllTests", runtime_deps = [ ":ObjcRulesTests_lib",