Skip to content

Commit

Permalink
Add isolation mode exclusion for mapped operator test (apache#43297)
Browse files Browse the repository at this point in the history
This test has been cherry-picked to v2-10-test and should be
excluded from isolation mode.
  • Loading branch information
potiuk authored and harjeevanmaan committed Oct 23, 2024
1 parent d01fa0f commit 975e27c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/models/test_mappedoperator.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ def test_expand_mapped_task_instance_with_named_index(
assert indices == expected_rendered_names


@pytest.mark.skip_if_database_isolation_mode # Does not work in db isolation mode
@pytest.mark.parametrize(
"create_mapped_task",
[
Expand Down

0 comments on commit 975e27c

Please sign in to comment.