Skip to content

Commit 8a43b32

Browse files
committed
test: disable api timings for test_concurrency
It is flaky due to concurrent microVMs holding networking locks in the kernel, causing delays on net device attachments. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent cc235fb commit 8a43b32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration_tests/functional/test_concurrency.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def test_run_concurrency(microvm_factory, guest_kernel, rootfs):
8080

8181
def launch1():
8282
microvm = microvm_factory.build(guest_kernel, rootfs)
83+
microvm.time_api_requests = False # is flaky because of parallelism
8384
microvm.spawn()
8485
microvm.basic_config(vcpu_count=1, mem_size_mib=128)
8586
microvm.add_net_iface()

0 commit comments

Comments
 (0)