mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
skip flaky runtime test (#8265)
This commit is contained in:
parent
e0268d6075
commit
0acfc27e00
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user