Skip to content

Commit 71448b1

Browse files
committed
Merge branch '3.0.x' into 3.1.x
2 parents 8e192e9 + b7f3497 commit 71448b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

framework/cache-cache2k/build.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ dependencies {
1515
appTestImplementation(project(":aot-smoke-test-support"))
1616
appTestImplementation("org.awaitility:awaitility:4.2.0")
1717
}
18+
19+
aotSmokeTest {
20+
nativeAppTest {
21+
expectedToFail {
22+
becauseOf "https://github.com/cache2k/cache2k/issues/199"
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)