Diable a test that fails on open source build to fix TF nightly build.

PiperOrigin-RevId: 299457141
Change-Id: I13adac7bed0046ef6cc83318fc7eb98de12ea9c5
This commit is contained in:
Bixia Zheng 2020-03-06 16:06:33 -08:00 committed by TensorFlower Gardener
parent 3e95e9f03a
commit 33f9e8d283

View File

@ -10,6 +10,9 @@ package(
glob_lit_tests(
data = [":filecheck_test_utilities"],
driver = "@llvm-project//mlir:run_lit.sh",
tags_override = {
"test_error_message.lit.pbtxt": ["no_oss"], # TODO(b/150957738): to be fixed on oss.
},
test_file_exts = ["lit.pbtxt"],
)