diff --git a/Jenkinsfile b/Jenkinsfile index 0c37c148e..45dff1d1e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -67,11 +67,6 @@ pipeline { sh 'scripts/prepare_vdpa.sh' } } - stage('Run OpenAPI tests') { - steps { - sh 'scripts/run_openapi_tests.sh' - } - } stage('Run unit tests') { steps { sh 'scripts/dev_cli.sh tests --unit'