Skip to content

Commit df1780d

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 <[email protected]>
1 parent a4cd961 commit df1780d

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
@@ -79,7 +79,7 @@ def test_boottime(
7979
pytest.skip("swiotlb only supported on aarch64/6.1")
8080

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

0 commit comments

Comments
 (0)