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:
parent
3e95e9f03a
commit
33f9e8d283
@ -10,6 +10,9 @@ package(
|
|||||||
glob_lit_tests(
|
glob_lit_tests(
|
||||||
data = [":filecheck_test_utilities"],
|
data = [":filecheck_test_utilities"],
|
||||||
driver = "@llvm-project//mlir:run_lit.sh",
|
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"],
|
test_file_exts = ["lit.pbtxt"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user