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:
Mehdi Amini 2020-05-28 00:12:32 -07:00 committed by TensorFlower Gardener
parent 1a13e3c823
commit 83a67afb59

View File

@ -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"],
)