Skip to content

Commit

Permalink
Temporary disable test_retry_handling_job test for sqlite (#35206)
Browse files Browse the repository at this point in the history
This test started To fail ONLY on sqlite but only on self-hosted runners
and locally (not on public runners) We should uncomment it when we
figure out what's going on.

Related: #35204
  • Loading branch information
potiuk authored Oct 26, 2023
1 parent d400226 commit fe360cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/jobs/test_scheduler_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -3034,6 +3034,11 @@ def run_with_error(ti, ignore_ti_state=False):
ti.refresh_from_db()
assert ti.state == State.SUCCESS

# TODO: Investigate super-mysterious behaviour of this test hanging for sqlite. This test started
# To fail ONLY on sqlite but only on self-hosted runners and locally (not on public runners)
# We should uncomment it when we figure out what's going on
# Issue: https://github.com/apache/airflow/issues/35204
@pytest.mark.backend("mssql", "mysql", "postgres")
def test_retry_handling_job(self):
"""
Integration test of the scheduler not accidentally resetting
Expand Down

0 comments on commit fe360cb

Please sign in to comment.