You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/11/15 15:29:29 UTC

(airflow) branch main updated: Fix typo in quarantine marker (#35664)

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 3c741c008c Fix typo in quarantine marker (#35664)
3c741c008c is described below

commit 3c741c008c1cad758658297fc3076ed091aea3ed
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Nov 15 16:29:20 2023 +0100

    Fix typo in quarantine marker (#35664)
    
    The marker change #35659 has been merged too quickly and it contained
    a typo in marker name.
---
 tests/providers/daskexecutor/test_dask_executor.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/providers/daskexecutor/test_dask_executor.py b/tests/providers/daskexecutor/test_dask_executor.py
index 0a37cb6110..69cd037716 100644
--- a/tests/providers/daskexecutor/test_dask_executor.py
+++ b/tests/providers/daskexecutor/test_dask_executor.py
@@ -108,7 +108,7 @@ class TestDaskExecutor(TestBaseDask):
     # This test is quarantined because it became rather flaky on our CI in July 2023 and reason for this
     # is unknown. An issue for that was created: https://github.com/apache/airflow/issues/32778 and the
     # marker should be removed while (possibly) the reason for flaky behaviour is found and fixed.
-    @pytest.mark.quarantine
+    @pytest.mark.quarantined
     @pytest.mark.execution_timeout(180)
     def test_backfill_integration(self):
         """