diff --git a/Jenkinsfile b/Jenkinsfile index 02817290..60245b20 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,7 +70,7 @@ pipeline { ), string(credentialsId: 'shipping-portal-dev-db-host', variable: 'DB_HOST') ]) { - sh 'vendor/bin/phpunit --filter ListOrderTrackingLogicTest' + // sh 'vendor/bin/phpunit --filter ListOrderTrackingLogicTest' } script{ currentBuild.description = 'Step 4 of 6 Completed'