Skip to content

Commit

Permalink
Block epr_test until deps issue is resolved.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 535460894
  • Loading branch information
Xhark authored and tensorflower-gardener committed May 26, 2023
1 parent 73db296 commit 9272180
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ py_strict_test(
srcs = ["epr_test.py"],
python_version = "PY3",
shard_count = 4,
tags = ["requires-net:external"],
tags = [
"manual", # TODO(b/284376360): Remove manual after resolve kokoro test deps issue.
"requires-net:external",
],
deps = [
":epr",
# absl/testing:parameterized dep1,
Expand Down

0 comments on commit 9272180

Please sign in to comment.