Skip to content

Commit

Permalink
test: disable time_api_requests for cross-kernel snapshot tests
Browse files Browse the repository at this point in the history
These tests run on ag=n buildkite workers (e.g. in parallel with other
test runs), which can cause contention on kernel locks. See also
ba7b6db.

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
  • Loading branch information
roypat committed Jun 11, 2024
1 parent 417bc6c commit ec5d867
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def test_snap_restore_from_artifacts(
logger.info("Working with snapshot artifacts in %s.", snapshot_dir)

vm = microvm_factory.build()
vm.time_api_requests = False
vm.spawn()
logger.info("Loading microVM from snapshot...")
vm.restore_from_path(snapshot_dir)
Expand Down

0 comments on commit ec5d867

Please sign in to comment.