Skip to content

Commit

Permalink
fix test_scheduler_job failures after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
xBis7 committed Dec 31, 2024
1 parent 48374d5 commit 11d5a6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/jobs/test_scheduler_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -2433,7 +2433,6 @@ def test_recreate_unhealthy_scheduler_spans_if_needed(self, ti_state, final_ti_s
dag_id="test_recreate_unhealthy_scheduler_spans_if_needed",
start_date=DEFAULT_DATE,
max_active_runs=1,
processor_subdir=TEST_DAG_FOLDER,
dagrun_timeout=datetime.timedelta(seconds=60),
):
EmptyOperator(task_id="dummy")
Expand Down Expand Up @@ -2504,7 +2503,6 @@ def test_end_spans_of_externally_ended_ops(self, dag_maker):
dag_id="test_end_spans_of_externally_ended_ops",
start_date=DEFAULT_DATE,
max_active_runs=1,
processor_subdir=TEST_DAG_FOLDER,
dagrun_timeout=datetime.timedelta(seconds=60),
):
EmptyOperator(task_id="dummy")
Expand Down Expand Up @@ -2563,7 +2561,6 @@ def test_end_active_spans(self, state, final_span_status, dag_maker):
dag_id="test_end_active_spans",
start_date=DEFAULT_DATE,
max_active_runs=1,
processor_subdir=TEST_DAG_FOLDER,
dagrun_timeout=datetime.timedelta(seconds=60),
):
EmptyOperator(task_id="dummy")
Expand Down

0 comments on commit 11d5a6c

Please sign in to comment.