Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 9458e9c

Browse files
committed
fix/internal/grpc: retry: add requires-network tag to BUILD.bazel
1 parent c1ff60f commit 9458e9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/grpc/retry/BUILD.bazel

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ go_test(
3434
"retry_test.go",
3535
],
3636
embed = [":retry"],
37-
flaky = True,
3837
tags = [
3938
TAG_PLATFORM_SOURCE,
40-
"manual",
39+
"requires-network",
4140
],
4241
deps = [
4342
"@com_github_grpc_ecosystem_go_grpc_middleware_v2//testing/testpb",

0 commit comments

Comments
 (0)