pytest: exclude test_03_goaway in CI runs due to timing dependency
Closes #11860
This commit is contained in:
Родитель
8898257446
Коммит
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')
|
||||
|
|
Загрузка…
Ссылка в новой задаче