Skip to content

Commit 9d02a10

Browse files
committed
[GR-55088] Ignore transiently failing test.
PullRequest: graal/18222
2 parents 3c61117 + 0c97320 commit 9d02a10

File tree

1 file changed

+2
-0
lines changed
  • tools/src/com.oracle.truffle.tools.chromeinspector.test/src/com/oracle/truffle/tools/chromeinspector/test

1 file changed

+2
-0
lines changed

tools/src/com.oracle.truffle.tools.chromeinspector.test/src/com/oracle/truffle/tools/chromeinspector/test/TimeoutTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
import org.graalvm.polyglot.Source;
3636

37+
import com.oracle.truffle.api.instrumentation.GenerateWrapper.Ignore;
3738
import com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage;
3839

3940
public class TimeoutTest {
@@ -45,6 +46,7 @@ public void tearDown() {
4546

4647
// @formatter:off The default formatting makes unnecessarily big indents and illogical line breaks
4748
@Test
49+
@Ignore //GR-55088 fails transiently
4850
public void testSuspensionTimeout() throws Exception {
4951
String code = "ROOT(STATEMENT)";
5052
Source source = Source.newBuilder(InstrumentationTestLanguage.ID, code, "TestFile").build();

0 commit comments

Comments
 (0)