From 6028e6a0fb64873ae49485d858bd85611c2d25f1 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 30 Oct 2020 05:32:12 +0530 Subject: [PATCH] Change how we skip a failing test --- tests/functional/test_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/test_install.py b/tests/functional/test_install.py index 17a72bca8..6a4ad3695 100644 --- a/tests/functional/test_install.py +++ b/tests/functional/test_install.py @@ -538,7 +538,7 @@ def assert_re_match(pattern, text): @pytest.mark.network -@pytest.mark.fails_on_new_resolver +@pytest.mark.skip("Fails on new resolver") def test_hashed_install_failure_later_flag(script, tmpdir): with requirements_file( "blessings==1.0\n"