ashb 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_r380138484
 
 

 ##########
 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:
   ```suggestion
           "--include-long-running",
   ```
   Long lasting means something subtly different - since we are talking about 
the duration of the tests, it is the run (time) that we are describing.

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

Reply via email to