Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
[container-registry] fix: mark a flaky test [(#3765)](GoogleCloudPlat…
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored and busunkim96 committed Aug 7, 2020
1 parent 4d9c35a commit eea5c8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/snippets/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

0 comments on commit eea5c8e

Please sign in to comment.