diff --git a/Jenkinsfile b/Jenkinsfile index f285e7d14..07002f953 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -142,7 +142,7 @@ pipeline { } steps { sh 'sudo modprobe openvswitch' - sh 'scripts/dev_cli.sh tests --integration' + sh 'scripts/dev_cli.sh tests --integration -- -- --skip common_parallel::test_vfio' } } stage('Run live-migration integration tests') { @@ -160,7 +160,7 @@ pipeline { } steps { sh 'sudo modprobe openvswitch' - sh 'scripts/dev_cli.sh tests --integration --libc musl' + sh 'scripts/dev_cli.sh tests --integration --libc musl -- -- --skip common_parallel::test_vfio' } } stage('Run live-migration integration tests for musl') {