mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
pytest: exclude test_03_goaway in CI runs due to timing dependency
Closes #11860
This commit is contained in:
parent
8898257446
commit
3d53f211e5
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user