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/04/22 07:14:55 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #8496: List of integrations is now maintained in one place.

turbaszek commented on a change in pull request #8496:
URL: https://github.com/apache/airflow/pull/8496#discussion_r412729856



##########
File path: tests/conftest.py
##########
@@ -242,8 +241,7 @@ def skip_system_test(item):
 def skip_long_running_test(item):
     for _ in item.iter_markers(name="long_running"):
         pytest.skip("The test is skipped because it has long_running marker. "
-                    "And system tests are only run when --include-long-running flag "
-                    "is passed to pytest. {item}".
+                    "And --include-long-running flag is passed to pytest. {item}".

Review comment:
       ```suggestion
                       "And --include-long-running flag is not passed to pytest. {item}".
   ```




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