Skip to content

Commit

Permalink
Remove test_deserialization_across_process from quarantine (#15264)
Browse files Browse the repository at this point in the history
I have not seen `TestStringifiedDAGs.test_deserialization_across_process` failing from a long time.

Based on apache/airflow#10118 -- this is the only test we should un-quarantine for now as I have seen the other tests failing here and there

GitOrigin-RevId: 076eaeaa2bec38960fb4d9a24c28c03321e9a00c
  • Loading branch information
kaxil authored and Cloud Composer Team committed Oct 7, 2022
1 parent f24605d commit 060845c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/serialization/test_dag_serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ def sorted_serialized_dag(dag_dict: dict):

assert sorted_serialized_dag(ground_truth_dag) == sorted_serialized_dag(json_dag)

@pytest.mark.quarantined
def test_deserialization_across_process(self):
"""A serialized DAG can be deserialized in another process."""

Expand Down

0 comments on commit 060845c

Please sign in to comment.