mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Suppress test failing in C
This commit is contained in:
parent
0f84012008
commit
fa5fa3df47
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user