Suppress test failing in C

This commit is contained in:
Alexey Andreev 2023-11-19 18:40:48 +01:00
parent 0f84012008
commit fa5fa3df47

View File

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