ephraimbuddy commented on code in PR #25581:
URL: https://github.com/apache/airflow/pull/25581#discussion_r939868717
##########
TESTING.rst:
##########
@@ -247,13 +247,13 @@ kinds of test types:
.. code-block:: bash
- ./breeze-legacy --test-type Quarantined tests
tests/cli/commands/test_task_command.py --db-reset
+ breeze testing test --test-type Quarantined tests
tests/cli/commands/test_task_command.py --db-reset
Review Comment:
```suggestion
breeze testing tests --test-type Quarantined tests
tests/cli/commands/test_task_command.py --db-reset
```
--
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]