ENT-12880: Removed duplicate slow integration test.

This commit is contained in:
Adel El-Beik 2025-04-14 12:06:43 +01:00
parent ea1eaafad7
commit 693232aa5c

9
Jenkinsfile vendored
View File

@ -121,15 +121,6 @@ pipeline {
].join(' ') ].join(' ')
} }
} }
stage('Slow Integration Test') {
steps {
sh script: [
'./gradlew',
COMMON_GRADLE_PARAMS,
'slowIntegrationTest'
].join(' ')
}
}
} }
} }
stage('Same agent') { stage('Same agent') {