pytest: exclude test_03_goaway in CI runs due to timing dependency

Closes #11860
This commit is contained in:
Stefan Eissing 2023-09-15 09:21:50 +02:00 committed by Daniel Stenberg
parent 8898257446
commit 3d53f211e5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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')