Skip to content

Commit

Permalink
test: make alert channel get_by_guid test flaky
Browse files Browse the repository at this point in the history
This test is failing randomly with a 404 error.
Marking flaky for now until the issue can be resolved.

Signed-off-by: Timothy MacDonald <[email protected]>
  • Loading branch information
tmac1973 committed Dec 27, 2023
1 parent be84d0f commit 0a1a176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/api/v2/test_alert_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class TestAlertChannels(CrudEndpoint):
OBJECT_ID_NAME = "intgGuid"
OBJECT_TYPE = AlertChannelsAPI

@pytest.mark.flaky_test
def test_api_get_by_guid(self, api_object):
self._get_object_classifier_test(api_object, "guid", self.OBJECT_ID_NAME)

Expand Down

0 comments on commit 0a1a176

Please sign in to comment.