Skip to content

Commit

Permalink
test: disable api timings for test_concurrency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
roypat committed Oct 11, 2023
1 parent cc235fb commit 8a43b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_tests/functional/test_concurrency.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def test_run_concurrency(microvm_factory, guest_kernel, rootfs):

def launch1():
microvm = microvm_factory.build(guest_kernel, rootfs)
microvm.time_api_requests = False # is flaky because of parallelism
microvm.spawn()
microvm.basic_config(vcpu_count=1, mem_size_mib=128)
microvm.add_net_iface()
Expand Down

0 comments on commit 8a43b32

Please sign in to comment.