Disable MLIR HLO buffer-assignment test
MLIR is getting more defensive against misconfiguration, the "trick" used for this test is not possible anymore. PiperOrigin-RevId: 313537734 Change-Id: Ib8596960d18ddaba877443226b46af1ea799e254
This commit is contained in:
parent
1a13e3c823
commit
83a67afb59
@ -6,6 +6,7 @@ package(licenses = ["notice"])
|
||||
glob_lit_tests(
|
||||
data = [":test_utilities"],
|
||||
driver = "@llvm-project//mlir:run_lit.sh",
|
||||
exclude = ["buffer-assignment.mlir"], # TODO(b/157616173)
|
||||
test_file_exts = ["mlir"],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user