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

Commit

Permalink
fix/internal/grpc: retry: add requires-network tag to BUILD.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilmore committed Jul 31, 2024
1 parent c1ff60f commit 9458e9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/grpc/retry/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ go_test(
"retry_test.go",
],
embed = [":retry"],
flaky = True,
tags = [
TAG_PLATFORM_SOURCE,
"manual",
"requires-network",
],
deps = [
"@com_github_grpc_ecosystem_go_grpc_middleware_v2//testing/testpb",
Expand Down

0 comments on commit 9458e9c

Please sign in to comment.