summaryrefslogtreecommitdiff
path: root/compilationTests
diff options
context:
space:
mode:
authorTom Renn <tomrenn@google.com>2021-02-09 10:38:38 -0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2021-02-09 20:17:33 +0000
commit6b44d4e0f639285069fdc3cc34f17dbd79d6afbf (patch)
tree3745a51d83a830b691ac4c2c1d1096c2425ed5f7 /compilationTests
parent0e8d4f7f2a0a182a93497207299a63397fa9e1b3 (diff)
downloaddata-binding-6b44d4e0f639285069fdc3cc34f17dbd79d6afbf.tar.gz
Disable compilationTests on Windows
Currently these tests are failing very often after exceeding the bazel timeout. Bug: 177936851 Test: NA Change-Id: I6386d118afbc5c2c1195f55251e2d403679497f4
Diffstat (limited to 'compilationTests')
-rw-r--r--compilationTests/BUILD.bazel5
1 files changed, 4 insertions, 1 deletions
diff --git a/compilationTests/BUILD.bazel b/compilationTests/BUILD.bazel
index 047f3518..1875a1e8 100644
--- a/compilationTests/BUILD.bazel
+++ b/compilationTests/BUILD.bazel
@@ -4,7 +4,10 @@ load("//tools/base/bazel:bazel.bzl", "iml_module")
iml_module(
name = "studio.compilationTests",
iml_files = ["db-compilationTests.iml"],
- tags = ["no_test_mac"], # b/178123368
+ tags = [
+ "no_test_mac", # b/178123368
+ "no_test_windows", # b/177936851
+ ],
test_class = "androidx.databinding.compilationTest.bazel.DataBindingCompilationTestSuite",
test_data = [
"//prebuilts/studio/sdk:build-tools/latest",