Comment out schema_validation_test target when copybara-exporting instead of removing it.

PiperOrigin-RevId: 353923510
Change-Id: I741cf38284a588ad13a917b585a929f13a08c7e3
This commit is contained in:
Christian Sigg 2021-01-26 12:24:25 -08:00 committed by TensorFlower Gardener
parent 14f5280e39
commit 0f90066f9e

View File

@ -68,6 +68,22 @@ py_test(
],
)
# copybara:uncomment_begin(google-only)
# py_test(
# name = "schema_validation_test",
# srcs = ["schema_validation_test.py"],
# data = [
# "//tensorflow/lite/schema:schema_fbs_srcs",
# "//tensorflow/lite/schema:schema_generated.h.oss",
# ],
# python_version = "PY3",
# deps = [
# "//pyglib",
# "//testing/pybase",
# ],
# )
# copybara:uncomment_end
exports_files([
"schema.fbs",
"schema_v0.fbs",