Suppress tests failing in WebAssembly

This commit is contained in:
Alexey Andreev 2023-11-19 18:34:22 +01:00
parent 6e46ae8eec
commit 0f84012008

View File

@ -202,6 +202,7 @@ public class MathTest {
}
@Test
@SkipPlatform({TestPlatform.WEBASSEMBLY, TestPlatform.WASI})
public void exacts() {
try {
Math.incrementExact(Integer.MAX_VALUE);