Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[container-registry] fix: mark a flaky test #3765

Merged
merged 2 commits into from
May 15, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions container_registry/container_analysis/samples_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
from grafeas.grafeas_v1.gapic.enums import NoteKind
from grafeas.grafeas_v1.gapic.enums import Severity
from grafeas.grafeas_v1.gapic.enums import Version
import pytest

import samples

Expand Down Expand Up @@ -145,6 +146,7 @@ def test_occurrences_for_note(self):
# clean up
samples.delete_occurrence(basename(occ.name), PROJECT_ID)

@pytest.mark.flaky(max_runs=3, min_passes=1)
def test_pubsub(self):
# create topic if needed
client = SubscriberClient()
Expand Down