Skip to content

Commit c476aad

Browse files
author
Robert Winkler
committed
Disable Integration Tests
1 parent b4d8536 commit c476aad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kotlin-wot-integration-tests/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ plugins {
88
id("io.spring.dependency-management") version "1.1.7"
99
}
1010

11-
//tasks.named<Test>("test") {
12-
// enabled = false
13-
//}
11+
tasks.named<Test>("test") {
12+
enabled = false
13+
}
1414

1515
dependencies {
1616
// Replace the following with the starter dependencies of specific modules you wish to use

0 commit comments

Comments
 (0)