Internal change

PiperOrigin-RevId: 531007009
This commit is contained in:
MediaPipe Team 2023-05-10 14:31:20 -07:00 committed by Copybara-Service
parent 1666f3ed80
commit 64af919107

View File

@ -56,6 +56,7 @@ py_test(
srcs = ["dataset_test.py"], srcs = ["dataset_test.py"],
data = [":testdata"], data = [":testdata"],
tags = [ tags = [
"not_run:arm",
"notsan", "notsan",
"requires-net:external", "requires-net:external",
], ],
@ -141,6 +142,7 @@ py_test(
data = [":testdata"], data = [":testdata"],
shard_count = 2, shard_count = 2,
tags = [ tags = [
"not_run:arm",
"notsan", "notsan",
"requires-net:external", "requires-net:external",
], ],