Expect webflux-undertow checkpointRestoreAppTest to fail

This commit is contained in:
Sébastien Deleuze
2025-01-02 11:16:08 +01:00
parent 8167da0f29
commit 254ba0d823

View File

@@ -23,4 +23,10 @@ dependencies {
lifecycleSmokeTest {
webApplication = true
checkpointRestoreAppTest {
expectedToFail {
becauseOf "CRIU error: Unable to create a veth pair: -95"
}
}
}