Skip to content

Commit f02a15b

Browse files
author
Robert Winkler
committed
Ignore integration test
1 parent 11c0fef commit f02a15b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ plugins {
66
id("io.spring.dependency-management") version "1.1.3"
77
}
88

9+
tasks.named<Test>("test") {
10+
enabled = false
11+
}
912

1013
dependencies {
1114
api(project(":kotlin-wot-binding-http"))

0 commit comments

Comments
 (0)