Comment out schema_validation_test target when copybara-exporting instead of removing it.
PiperOrigin-RevId: 353923510 Change-Id: I741cf38284a588ad13a917b585a929f13a08c7e3
This commit is contained in:
parent
14f5280e39
commit
0f90066f9e
@ -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([
|
exports_files([
|
||||||
"schema.fbs",
|
"schema.fbs",
|
||||||
"schema_v0.fbs",
|
"schema_v0.fbs",
|
||||||
|
Loading…
Reference in New Issue
Block a user