mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
Lint fixes
This commit is contained in:
@@ -8,7 +8,9 @@ import pytest
|
||||
from openhands.runtime.utils.port_lock import PortLock, find_available_port_with_lock
|
||||
|
||||
|
||||
@pytest.mark.skip(reason='2025-01-07: These tests are flaky in CI due to timing assumptions')
|
||||
@pytest.mark.skip(
|
||||
reason='2025-01-07: These tests are flaky in CI due to timing assumptions'
|
||||
)
|
||||
class TestPortLockingFix:
|
||||
"""Test cases for port allocation race condition fix."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user