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 c5e4a74cfc mark 
test_setup_constraint_mapped_task_upstream_removed_and_success as flaky (#42997)
c5e4a74cfc is described below

commit c5e4a74cfc9c828f845cbe83239464669efa90d5
Author: GPK <gopidesupa...@gmail.com>
AuthorDate: Mon Oct 14 10:30:37 2024 +0100

    mark test_setup_constraint_mapped_task_upstream_removed_and_success as 
flaky (#42997)
---
 tests/ti_deps/deps/test_trigger_rule_dep.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/ti_deps/deps/test_trigger_rule_dep.py 
b/tests/ti_deps/deps/test_trigger_rule_dep.py
index 80cb400a46..9f3699d09c 100644
--- a/tests/ti_deps/deps/test_trigger_rule_dep.py
+++ b/tests/ti_deps/deps/test_trigger_rule_dep.py
@@ -1494,6 +1494,7 @@ class TestTriggerRuleDepSetupConstraint:
         assert self.get_ti(dr, "w2").state == expected
 
 
+@pytest.mark.flaky(reruns=5)
 @pytest.mark.parametrize(
     "map_index, flag_upstream_failed, expected_ti_state",
     [(2, True, None), (3, True, REMOVED), (4, True, REMOVED), (3, False, 
None)],

Reply via email to