dimberman commented on a change in pull request #9332:
URL: https://github.com/apache/airflow/pull/9332#discussion_r440971966



##########
File path: kubernetes_tests/test_kubernetes_pod_operator.py
##########
@@ -74,10 +74,11 @@ def setUp(self):
                 'labels': {
                     'foo': 'bar', 'kubernetes_pod_operator': 'True',
                     'airflow_version': airflow_version.replace('+', '-'),
-                    'execution_date': '2016-01-01T0100000100-a2f50a31f',
-                    'dag_id': 'dag',
-                    'task_id': 'task',
-                    'try_number': '1'},
+                    # 'execution_date': '2016-01-01T0100000100-a2f50a31f',
+                    # 'dag_id': 'dag',
+                    # 'task_id': 'task',
+                    # 'try_number': '1'

Review comment:
       This was code that was merged in erroneously as it's actually the 
"monitor pods by label" PR I intend to merge later this week. I will delete the 
commented lines once I see how the next tests go.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to