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'},