potiuk commented on a change in pull request #7439: [AIRFLOW-6204][depends on
6763] Create GoogleSystemTest class
URL: https://github.com/apache/airflow/pull/7439#discussion_r380888600
##########
File path: tests/conftest.py
##########
@@ -87,6 +88,26 @@ def pytest_addoption(parser):
metavar="RUNTIME",
help="only run tests matching the runtime: [kubernetes].",
)
+ group.addoption(
+ "--systems",
+ action="store",
+ metavar="SYSTEMS",
+ help="only run tests matching the systems specified [google.cloud,
google.marketing_platform]",
+ )
+ group.addoption(
+ "--include-long-lasting",
Review comment:
Updated in my change.
----------------------------------------------------------------
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]
With regards,
Apache Git Services