Skip to content

Commit dc53e8d

Browse files
committed
test: disable memory monitor in boottime tests
Since we load the kernel using bounce buffers now, it will give us false-positives. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 92a2b78 commit dc53e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/performance/test_boottime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_boottime(
7676
"""Test boot time with different guest configurations"""
7777

7878
for _ in range(10):
79-
vm = microvm_factory.build(guest_kernel_acpi, rootfs_rw)
79+
vm = microvm_factory.build(guest_kernel_acpi, rootfs_rw, monitor_memory=False)
8080
vm.jailer.extra_args.update({"boot-timer": None})
8181
vm.spawn()
8282
vm.basic_config(

0 commit comments

Comments
 (0)