Skip to content

Commit a29587b

Browse files
committed
test: skip flaky test_virtio_mem_hotplug_hotunplug
The GET /hotplug/memory API call intermittently exceeds the maximum duration assertion (~800-1200ms observed), making the test flaky. Skip until the latency is investigated. Signed-off-by: Jay Chung <jaehoc@amazon.com>
1 parent 7503f25 commit a29587b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/integration_tests/performance/test_hotplug_memory.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ def check_hotunplug(uvm, requested_size_mib):
252252
assert rss_after < rss_before, "RSS didn't decrease"
253253

254254

255+
@pytest.mark.skip(
256+
reason="GET /hotplug/memory intermittently exceeds the duration threshold"
257+
)
255258
def test_virtio_mem_hotplug_hotunplug(uvm_any_memhp):
256259
"""
257260
Check that memory can be hotplugged into the VM.

0 commit comments

Comments
 (0)