We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ec261 commit fa03a32Copy full SHA for fa03a32
tests/dag_processing/test_job_runner.py
@@ -763,6 +763,7 @@ def test_scan_stale_dags_standalone_mode(self):
763
active_dag_count = session.query(func.count(DagModel.dag_id)).filter(DagModel.is_active).scalar()
764
assert active_dag_count == 1
765
766
+ @pytest.mark.skip_if_database_isolation_mode # Test is broken in db isolation mode
767
def test_scan_stale_dags_when_dag_folder_change(self):
768
"""
769
Ensure dags from old dag_folder is marked as stale when dag processor
0 commit comments