diff --git a/Jenkinsfile b/Jenkinsfile
index 0fa141848..52fab6c33 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -32,7 +32,7 @@ pipeline {
options { timeout(time: 30, unit: 'MINUTES') }
steps {
sh 'rm -rf ?'
- sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Pci,all-dbs clean dependency:list test -Dsort -Dbundlor.enabled=false -U -B'
+ sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Pci clean dependency:list test -Dsort -Dbundlor.enabled=false -U -B'
sh "chown -R 1001:1001 target"
}
}
diff --git a/pom.xml b/pom.xml
index 57913df3d..faff97b10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -361,77 +361,6 @@
-
-
- all-dbs
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- mysql-test
- test
-
- test
-
-
-
- **/*IntegrationTests.java
-
-
- **/*HsqlIntegrationTests.java
-
-
- mysql
-
-
-
-
-
- postgres-test
- test
-
- test
-
-
-
- **/*IntegrationTests.java
-
-
- **/*HsqlIntegrationTests.java
-
-
- postgres
-
-
-
-
-
- mariadb-test
- test
-
- test
-
-
-
- **/*IntegrationTests.java
-
-
- **/*HsqlIntegrationTests.java
-
-
- mariadb
-
-
-
-
-
-
-
-
-