Skip to content

Commit

Permalink
[container-registry] fix: mark a flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed May 15, 2020
1 parent 3d67b73 commit 5f848bb
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 5f848bb

Please sign in to comment.