You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/27 08:06:52 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #24666: Add more selective provider tests

potiuk commented on code in PR #24666:
URL: https://github.com/apache/airflow/pull/24666#discussion_r907093908


##########
dev/breeze/src/airflow_breeze/commands/testing_commands.py:
##########
@@ -272,6 +273,9 @@ def tests(
     os.environ["RUN_TESTS"] = "true"
     if test_type:
         os.environ["TEST_TYPE"] = test_type
+        if "[" and not test_type.startswith("Providers"):

Review Comment:
   Yep. It was supposed to be "safety check" so that "[" is only used in providers :)



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org