We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181232e commit fe01aa0Copy full SHA for fe01aa0
1 file changed
.config/nextest.toml
@@ -35,8 +35,7 @@ store-success-output = true
35
store-failure-output = true
36
37
# Per-test overrides for libvirt tests that create VMs
38
-# These tests race on creating libvirt base disks, so they need to run serially
39
-# VMs get 4 vcpus by default, so require 4 threads to prevent any parallelism
+# Tests that run `bootc install` can be heavy, so require 4 threads to limit parallelism
40
[[profile.integration.overrides]]
41
-filter = 'test(~^test_libvirt_run)'
+filter = 'test(~^libvirt_run) | test(~^to_disk)'
42
threads-required = 4
0 commit comments