Disable TFLite test to fix MacOS build

PiperOrigin-RevId: 348539742
Change-Id: Ib1469ae12fe6910cb937e2c54b92062b6e7f94e9
This commit is contained in:
Mihai Maruseac 2020-12-21 15:41:20 -08:00 committed by TensorFlower Gardener
parent 12c67c0d47
commit 5855c1c8ae

View File

@ -47,6 +47,7 @@ cc_library(
cc_test(
name = "parse_example_test",
srcs = ["parse_example_test.cc"],
tags = ["no_mac"], # TODO(b/176113117): Fails to load shared object
deps = [
":parse_example",
"@flatbuffers",