potiuk commented on code in PR #46891:
URL: https://github.com/apache/airflow/pull/46891#discussion_r2213111090
##########
airflow-core/tests/unit/serialization/test_dag_serialization.py:
##########
@@ -1229,10 +1234,6 @@ def test_extra_serialized_field_and_operator_links(
link = simple_task.get_extra_links(ti, name)
assert link == expected
- # Test Deserialized link registered via Airflow Plugin
- link = simple_task.get_extra_links(ti, GoogleLink.name)
- assert link == "https://www.google.com"
Review Comment:
Ok. I brought back the google serialization tests back for < 3.13 and left
TODO for when ray works on Python 3.13 to bring it back there as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]