diff --git a/Jenkinsfile b/Jenkinsfile index d5ed823..e3cba2a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,11 +10,6 @@ parallel 'centos7': { stage('Build centos7') { sh 'make linux_service_and_intercept SDK_LWIP=1 SDK_IPV4=1' } - stage('Run Basic Unit Test') { - sh 'yum -y install docker' - sh 'make unit_test SDK_LWIP=1 SDK_IPV4=1' - sh './tests/unit/docker/start.sh' - } } catch (err) { currentBuild.result = "FAILURE"