ashb closed pull request #2690: [AIRFLOW-914] Disable test_backfill_examples on 
Travis
URL: https://github.com/apache/incubator-airflow/pull/2690
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/jobs.py b/tests/jobs.py
index ba08fd62f8..ae63625406 100644
--- a/tests/jobs.py
+++ b/tests/jobs.py
@@ -142,6 +142,8 @@ def test_backfill_multi_dates(self):
 
     @unittest.skipIf('sqlite' in configuration.get('core', 'sql_alchemy_conn'),
                      "concurrent access not supported in sqlite")
+    @unittest.skipIf("TRAVIS" in os.environ and bool(os.environ["TRAVIS"]),
+                     "Skipping on Travis since it's too time-consuming")
     def test_backfill_examples(self):
         """
         Test backfilling example dags


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to