Skip to content

Commit

Permalink
added note for test order
Browse files Browse the repository at this point in the history
  • Loading branch information
taddes committed Apr 16, 2024
1 parent 24922a7 commit 6c330a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/test_integration_all_rust.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,9 @@ async def test_sentry_output_autoendpoint(self):
@max_logs(conn=4)
async def test_no_sentry_output(self):
"""Test for no Sentry output."""
# NOTE: This test is ordered to run first to avoid possible race conditions that
# were observed when the test runs in CI. Use of pytest-order library to
# explicitly define order so this test runs first.
if os.getenv("SKIP_SENTRY"):
SkipTest("Skipping sentry test")
return
Expand Down

0 comments on commit 6c330a5

Please sign in to comment.