Lee-W commented on code in PR #69519:
URL: https://github.com/apache/airflow/pull/69519#discussion_r3534766611
##########
dev/breeze/tests/test_selective_checks.py:
##########
@@ -3518,6 +3518,20 @@ def
test_individual_providers_excludes_platform_excluded_on_arm():
assert "Providers[ibm.mq]" in amd_output
+def test_run_kubernetes_tests_forced_by_label():
+ """`area:kubernetes-tests` forces the Kubernetes tests job without pulling
in
+ the full test matrix, unlike `full tests needed`."""
+ checks = SelectiveChecks(
+ files=("INTHEWILD.md",),
Review Comment:
What will happen if we make it `files=()`? Even though no file change
doesn't really make sense, we can at least add some more description, though.
Non-blocking
--
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]