diff --git a/tests/integration_tests/performance/test_boottime.py b/tests/integration_tests/performance/test_boottime.py index 5c76af283ea..3bf74e3607a 100644 --- a/tests/integration_tests/performance/test_boottime.py +++ b/tests/integration_tests/performance/test_boottime.py @@ -73,6 +73,7 @@ def find_events(log_data): "vcpu_count,mem_size_mib", [(1, 128), (1, 1024), (2, 2048), (4, 4096)], ) +@pytest.mark.nonci def test_boottime( microvm_factory, guest_kernel_acpi, rootfs_rw, vcpu_count, mem_size_mib, metrics ): diff --git a/tests/integration_tests/performance/test_memory_overhead.py b/tests/integration_tests/performance/test_memory_overhead.py index c4684449611..a0c57a3c2bf 100644 --- a/tests/integration_tests/performance/test_memory_overhead.py +++ b/tests/integration_tests/performance/test_memory_overhead.py @@ -28,6 +28,7 @@ "vcpu_count,mem_size_mib", [(1, 128), (1, 1024), (2, 2048), (4, 4096)], ) +@pytest.mark.nonci def test_memory_overhead( microvm_factory, guest_kernel_acpi, rootfs, vcpu_count, mem_size_mib, metrics ):