Skip to content

Commit

Permalink
[container-registry] fix: mark a flaky test (#3765)
Browse files Browse the repository at this point in the history
fixes #2894
  • Loading branch information
Takashi Matsuo authored May 15, 2020
1 parent d103a57 commit 5647a30
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 5647a30

Please sign in to comment.