diff --git a/Jenkinsfile b/Jenkinsfile index 5f14f5293..64bd5efee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -143,7 +143,7 @@ pipeline { } steps { sh 'sudo modprobe openvswitch' - sh 'scripts/dev_cli.sh tests --integration -- -- --skip common_parallel::test_vfio' + sh 'scripts/dev_cli.sh tests --integration' } } stage('Run live-migration integration tests') { @@ -161,7 +161,7 @@ pipeline { } steps { sh 'sudo modprobe openvswitch' - sh 'scripts/dev_cli.sh tests --integration --libc musl -- -- --skip common_parallel::test_vfio' + sh 'scripts/dev_cli.sh tests --integration --libc musl' } } stage('Run live-migration integration tests for musl') {