From d2898f7261cc7eb6ca2c3b0ab64031134dee620e Mon Sep 17 00:00:00 2001 From: salilmishra23 Date: Wed, 14 Sep 2022 01:57:50 +0200 Subject: [PATCH] skip test_tinderbox_scraper due to network timeouts --- tests/remote/test_firefox.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/remote/test_firefox.py b/tests/remote/test_firefox.py index 0ba33cf1..a5265a34 100644 --- a/tests/remote/test_firefox.py +++ b/tests/remote/test_firefox.py @@ -101,6 +101,7 @@ def test_daily_scraper(tmpdir, args): mozdownload.DailyScraper(destination=tmpdir, **args) +@pytest.mark.skip(reason="Fails with network timeout for some parameters") @pytest.mark.ci_only @pytest.mark.parametrize("args", [ {'branch': 'mozilla-central', 'platform': 'linux'},