We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133a429 commit 057ceecCopy full SHA for 057ceec
container_registry/container_analysis/snippets/samples_test.py
@@ -29,6 +29,7 @@
29
from grafeas.grafeas_v1.gapic.enums import NoteKind
30
from grafeas.grafeas_v1.gapic.enums import Severity
31
from grafeas.grafeas_v1.gapic.enums import Version
32
+import pytest
33
34
import samples
35
@@ -145,6 +146,7 @@ def test_occurrences_for_note(self):
145
146
# clean up
147
samples.delete_occurrence(basename(occ.name), PROJECT_ID)
148
149
+ @pytest.mark.flaky(max_runs=3, min_passes=1)
150
def test_pubsub(self):
151
# create topic if needed
152
client = SubscriberClient()
0 commit comments