diff --git a/tests/http/test_03_goaway.py b/tests/http/test_03_goaway.py index f9d9263bf5..1f4a3d7844 100644 --- a/tests/http/test_03_goaway.py +++ b/tests/http/test_03_goaway.py @@ -36,6 +36,7 @@ from testenv import Env, CurlClient, ExecResult log = logging.getLogger(__name__) +@pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs") class TestGoAway: @pytest.fixture(autouse=True, scope='class')