diff --git a/providers/tests/openlineage/plugins/test_execution.py b/providers/tests/openlineage/plugins/test_execution.py index 9d06d6651bc42..7319362c06294 100644 --- a/providers/tests/openlineage/plugins/test_execution.py +++ b/providers/tests/openlineage/plugins/test_execution.py @@ -167,6 +167,7 @@ def test_mid_stalled_task_is_killed_by_ol_timeout(self): assert has_value_in_events(events, ["inputs", "name"], "on-start") assert not has_value_in_events(events, ["inputs", "name"], "on-complete") + @pytest.mark.quarantined @conf_vars( { ("openlineage", "transport"): f'{{"type": "file", "log_file_path": "{listener_path}"}}',