Skip to content

Commit be2c93a

Browse files
authored
Move tests/core/test_impersonation_tests into the Quarantined (#38024)
1 parent f6e7489 commit be2c93a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/core/test_impersonation_tests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
from airflow.utils.types import DagRunType
3838
from tests.test_utils import db
3939

40-
pytestmark = pytest.mark.db_test
40+
# The entire module into the quarantined mark, this might have unpredictable side effects to other tests
41+
# and should be moved into the isolated environment into the future.
42+
pytestmark = [pytest.mark.db_test, pytest.mark.quarantined]
4143

4244
DEV_NULL = "/dev/null"
4345
TEST_ROOT_FOLDER = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))

0 commit comments

Comments
 (0)