Skip to content

Commit 3a289d3

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 188cc8d commit 3a289d3

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
@@ -111,7 +111,7 @@ def test_boottime(
111111
"""Test boot time with different guest configurations"""
112112

113113
for _ in range(10):
114-
vm = microvm_factory.build(guest_kernel_acpi, rootfs_rw)
114+
vm = microvm_factory.build(guest_kernel_acpi, rootfs_rw, monitor_memory=False)
115115
vm.jailer.extra_args.update({"boot-timer": None})
116116
vm.spawn()
117117
vm.basic_config(

0 commit comments

Comments
 (0)