dstandish commented on a change in pull request #13690:
URL: https://github.com/apache/airflow/pull/13690#discussion_r570714438



##########
File path: tests/providers/cncf/kubernetes/operators/test_kubernetes_pod.py
##########
@@ -426,3 +426,40 @@ def test_node_selector(self):
         client = ApiClient()
         assert isinstance(result.spec.node_selector, dict)
         assert 
client.sanitize_for_serialization(result)['spec']['nodeSelector'] == 
node_selector
+
+    def test_hostpid_and_hostipc(self):

Review comment:
       i think it's better to parameterize a test like this.  will make it 
easier to see exactly what you're testing, and reduce some duplication also. 




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