Skip to content

Commit 9272180

Browse files
Xharktensorflower-gardener
authored andcommitted
Block epr_test until deps issue is resolved.
PiperOrigin-RevId: 535460894
1 parent 73db296 commit 9272180

File tree

1 file changed

+4
-1
lines changed
  • tensorflow_model_optimization/python/core/common/keras/compression/algorithms

1 file changed

+4
-1
lines changed

tensorflow_model_optimization/python/core/common/keras/compression/algorithms/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ py_strict_test(
2222
srcs = ["epr_test.py"],
2323
python_version = "PY3",
2424
shard_count = 4,
25-
tags = ["requires-net:external"],
25+
tags = [
26+
"manual", # TODO(b/284376360): Remove manual after resolve kokoro test deps issue.
27+
"requires-net:external",
28+
],
2629
deps = [
2730
":epr",
2831
# absl/testing:parameterized dep1,

0 commit comments

Comments
 (0)