Skip to content

Commit

Permalink
extend flaky timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Feb 20, 2025
1 parent 246d0e4 commit 224f31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contrib/grpc/test_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ def service(self, handler_call_details):


@snapshot(ignores=["meta.network.destination.port"], wait_for_num_traces=2)
@flaky(until=1738272799, reason="GitLab CI does not support ipv6 at this time")
@flaky(until=1767220930, reason="GitLab CI does not support ipv6 at this time")
def test_method_service(patch_grpc):
def handler(request, context):
return b""
Expand Down

0 comments on commit 224f31c

Please sign in to comment.