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

potiuk pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new 455faf111ca Add isolation mode exclusion for mapped operator test 
(#43297) (#43311)
455faf111ca is described below

commit 455faf111cacdf648040e41b00ba97a3cc1d9fab
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Oct 23 16:42:13 2024 +0200

    Add isolation mode exclusion for mapped operator test (#43297) (#43311)
    
    This test has been cherry-picked to v2-10-test and should be
    excluded from isolation mode.
    
    (cherry picked from commit f4d9a1b068ab3fed4e527bd8dbc67043caae620e)
---
 tests/models/test_mappedoperator.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/models/test_mappedoperator.py 
b/tests/models/test_mappedoperator.py
index 3b7eff19036..01991c0bb45 100644
--- a/tests/models/test_mappedoperator.py
+++ b/tests/models/test_mappedoperator.py
@@ -717,6 +717,7 @@ def test_expand_mapped_task_instance_with_named_index(
     assert indices == expected_rendered_names
 
 
[email protected]_if_database_isolation_mode  # Does not work in db isolation 
mode
 @pytest.mark.parametrize(
     "create_mapped_task",
     [

Reply via email to