Skip to content

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 db3d22d commit 2a2a7b2
Showing 1 changed file with 2 additions and 0 deletions.
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 2a2a7b2

Please sign in to comment.