This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 12c9053  Quarantine test_verify_integrity_if_dag_changed (#17227)
12c9053 is described below

commit 12c9053c06009f154db3343ab0938ea6bda48d62
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jul 26 11:44:34 2021 +0200

    Quarantine test_verify_integrity_if_dag_changed (#17227)
    
    The test fails occasionally as noted in #17226
---
 tests/jobs/test_scheduler_job.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/jobs/test_scheduler_job.py b/tests/jobs/test_scheduler_job.py
index b545ade..9bd2b9b 100644
--- a/tests/jobs/test_scheduler_job.py
+++ b/tests/jobs/test_scheduler_job.py
@@ -2396,6 +2396,7 @@ class TestSchedulerJob:
         session.rollback()
         session.close()
 
+    @pytest.mark.quarantined
     def test_verify_integrity_if_dag_changed(self):
         # CleanUp
         with create_session() as session:

Reply via email to