jason810496 commented on code in PR #54773:
URL: https://github.com/apache/airflow/pull/54773#discussion_r2293222577
##########
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_task_instances.py:
##########
@@ -1133,6 +1133,24 @@ class TestGetTaskInstances(TestTaskInstanceEndpoint):
# the create_task_instances method
id="test multiple version numbers filter",
),
+ # pytest.param(
+ # [
+ # {"operator": "FirstOperator"},
+ # {"operator": "FirstOperator"},
+ # {"operator": "SecondOperator"},
+ # {"operator": "SecondOperator"},
+ # {"operator": "SecondOperator"},
+ # {"operator": "ThirdOperator"},
+ # {"operator": "ThirdOperator"},
+ # {"operator": "ThirdOperator"},
+ # {"operator": "ThirdOperator"},
+ # ],
+ # True,
+ # ("/dags/~/dagRuns/~/taskInstances"),
+ # {"operator": ["FirstOperator", "SecondOperator"]},
+ # 5,
+ # id="test operator type filter filter",
+ # ),
Review Comment:
Should we uncomment the test cases here?
--
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]