Skip to content

Commit 01b3a22

Browse files
committed
Remove test exclusion on s390x
1 parent 1f16a06 commit 01b3a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ stage('Configure') {
4141
// new BuildEnvironment( dbName: 'sybase' ),
4242
// Don't build with HANA by default, but only do it nightly until we receive a 3rd instance
4343
// new BuildEnvironment( dbName: 'hana_cloud', dbLockableResource: 'hana-cloud', dbLockResourceAsHost: true ),
44-
new BuildEnvironment( node: 's390x', additionalOptions: '-PexcludeTests=**/KotlinProjectTests*' ),
44+
new BuildEnvironment( node: 's390x' ),
4545
new BuildEnvironment( dbName: 'tidb', node: 'tidb',
4646
notificationRecipients: '[email protected]' ),
4747
// We want to enable preview features when testing newer builds of OpenJDK:

0 commit comments

Comments
 (0)