Skip to content

Commit 3843815

Browse files
author
Riccardo Busetti
authored
Skip flaky test (#59819)
1 parent 175ac5c commit 3843815

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/sentry/backup/test_imports.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import tarfile
55
import tempfile
66
from datetime import date, datetime
7-
from os import environ
87
from pathlib import Path
98
from typing import Tuple
109
from unittest.mock import patch
@@ -1780,7 +1779,7 @@ def test_colliding_user_with_merging_disabled_in_config_scope(self):
17801779
return json.load(tmp_file)
17811780

17821781

1783-
@pytest.mark.skipif(not environ.get("SENTRY_LEGACY_TEST_SUITE"), reason="not legacy")
1782+
@pytest.mark.skipif(reason="not legacy")
17841783
class TestLegacyTestSuite:
17851784
def test_deleteme(self):
17861785
"""

0 commit comments

Comments
 (0)