skip flaky runtime test (#8265)

This commit is contained in:
Robert Brennan 2025-05-04 20:27:43 -04:00 committed by GitHub
parent e0268d6075
commit 0acfc27e00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
"""Stress tests for the DockerRuntime, which connects to the ActionExecutor running in the sandbox."""
import pytest
from conftest import _close_test_runtime, _load_runtime
from openhands.core.logger import openhands_logger as logger
@ -7,6 +8,7 @@ from openhands.events.action import CmdRunAction
def test_stress_docker_runtime(temp_dir, runtime_cls, repeat=1):
pytest.skip('This test is flaky')
runtime, config = _load_runtime(
temp_dir,
runtime_cls,