Skip to content

Commit 8e192e9

Browse files
committed
Merge branch '3.0.x' into 3.1.x
2 parents cdfaf34 + ef395b2 commit 8e192e9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

boot/boot-tcf/build.gradle

+13
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,16 @@ dependencies {
1414
appTestImplementation(project(":aot-smoke-test-support"))
1515
appTestImplementation("org.awaitility:awaitility:4.2.0")
1616
}
17+
18+
aotSmokeTest {
19+
nativeTest {
20+
expectedToFail {
21+
becauseOf "https://github.com/spring-projects/spring-boot/issues/32195"
22+
}
23+
}
24+
test {
25+
expectedToFail {
26+
becauseOf "https://github.com/spring-projects/spring-boot/issues/32195"
27+
}
28+
}
29+
}

0 commit comments

Comments
 (0)