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 2020/03/29 10:26:58 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #7908: Remove GKEStartPodOperator when backporting

turbaszek commented on a change in pull request #7908: Remove GKEStartPodOperator when backporting
URL: https://github.com/apache/airflow/pull/7908#discussion_r399776966
 
 

 ##########
 File path: tests/conftest.py
 ##########
 @@ -178,11 +178,14 @@ def pytest_configure(config):
         "markers", "system(name): mark test to run with named system"
     )
     config.addinivalue_line(
-        "markers", "long_running(name): mark test that run for a long time (many minutes)"
+        "markers", "long_running: mark test that run for a long time (many minutes)"
     )
     config.addinivalue_line(
         "markers", "credential_file(name): mark tests that require credential file in CREDENTIALS_DIR"
     )
+    config.addinivalue_line(
+        "markers", "master_only: mark tests that works only on Airflow 2.0 / master"
 
 Review comment:
   Agree, done!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services