Lint fixes

This commit is contained in:
Tim O'Farrell
2026-01-07 12:47:05 -07:00
parent 26bc7166f5
commit 77c2d9909c

View File

@@ -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."""