Bowrna commented on code in PR #23715:
URL: https://github.com/apache/airflow/pull/23715#discussion_r955262878


##########
dev/breeze/src/airflow_breeze/global_constants.py:
##########
@@ -90,13 +90,10 @@ class SelectiveUnitTestTypes(Enum):
 
 ALLOWED_TEST_TYPE_CHOICES = [
     "All",
-    "Always",
     *all_selective_test_types(),
     "Helm",
     "Postgres",
     "MySQL",
-    "Integration",

Review Comment:
   @potiuk I have removed the duplicate TEST_TYPE here from 
`global_constants.py` file so that test_type doesn't show duplicate entries. 
   
   
https://github.com/apache/airflow/blob/main/BREEZE.rst#running-unit-integration-tests-in-groups
   Here in screenshot of command, the `--test-type` option contains duplicate. 
Am i right in thinking that it should not contain duplicate? 



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

Reply via email to