mirror of
https://github.com/curl/curl.git
synced 2026-05-01 13:17:51 +03:00
pytest: exclude test_03_goaway in CI runs due to timing dependency
Closes #11860
This commit is contained in:
parent
8898257446
commit
3d53f211e5
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue