aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Yun Peng <pcloudy@google.com>2018-05-15 09:31:05 +0200
committerGravatar Yun Peng <pcloudy@google.com>2018-05-15 10:00:57 +0200
commit3f389930cec5fb67a5da6c4fef92cea108adf65c (patch)
treea3c55cc417c49c7d3319e1b811dfdf464cb02585 /third_party
parent27487c77387e457df18be3b6833697096d074eab (diff)
Temporarily disable def_parser_test on Windows
Change-Id: I02b6384272de91dce3df5bbc56424338ba914e90
Diffstat (limited to 'third_party')
-rw-r--r--third_party/def_parser/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/def_parser/BUILD b/third_party/def_parser/BUILD
index c05061f39c..0f281e4da3 100644
--- a/third_party/def_parser/BUILD
+++ b/third_party/def_parser/BUILD
@@ -27,6 +27,7 @@ py_test(
"//src/conditions:windows": ["def_parser_test.py"],
"//conditions:default": ["empty_test.py"],
}),
+ tags = ["no_windows"],
main = select({
"//src/conditions:windows": "def_parser_test.py",
"//conditions:default": "empty_test.py",