summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Xu <peterx@google.com>2021-01-21 13:42:00 -0800
committerPeter Xu <peterx@google.com>2021-01-22 01:34:46 +0000
commit186711e8dde98cb58e089c545b2cda72a91c42c1 (patch)
tree36befad6a956cbfe84db8156e5e23a69270ebd55
parente207d38110c33e5d1cb23574972cf0bf0220fa27 (diff)
downloaddata-binding-186711e8dde98cb58e089c545b2cda72a91c42c1.tar.gz
Disable compilationTests no mac
Bug: 178123368 Test: n/a Change-Id: Ief489c007fa3927598ba3e63e3c2b024311c80ea
-rw-r--r--compilationTests/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/compilationTests/BUILD.bazel b/compilationTests/BUILD.bazel
index 0b86a71c..4aed5d68 100644
--- a/compilationTests/BUILD.bazel
+++ b/compilationTests/BUILD.bazel
@@ -4,6 +4,7 @@ load("//tools/base/bazel:bazel.bzl", "iml_module")
iml_module(
name = "studio.compilationTests",
iml_files = ["db-compilationTests.iml"],
+ tags = ["no_test_mac"], # b/178123368
test_class = "androidx.databinding.compilationTest.bazel.DataBindingCompilationTestSuite",
test_data = [
"//prebuilts/studio/sdk:build-tools/latest",