Skip to content

Commit

Permalink
Quarantine test_long_stalled_task_is_killed_by_listener_overtime_if_o…
Browse files Browse the repository at this point in the history
…l_timeout_long_enough (apache#44514)

The apache#44513 track it.
  • Loading branch information
potiuk authored and Lefteris Gilmaz committed Jan 5, 2025
1 parent bac8a14 commit 6142057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/tests/openlineage/plugins/test_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"}}',
Expand Down

0 comments on commit 6142057

Please sign in to comment.