Skip to content

Commit f381626

Browse files
committed
[GR-72074] [GR-70315] Ignore randomly failing LoggingTests.
PullRequest: graal/22951
2 parents 8c9b2ff + 463d92c commit f381626

File tree

1 file changed

+3
-0
lines changed
  • truffle/src/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/polyglot

1 file changed

+3
-0
lines changed

truffle/src/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/polyglot/LoggingTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
import org.junit.Assert;
7575
import org.junit.Assume;
7676
import org.junit.BeforeClass;
77+
import org.junit.Ignore;
7778
import org.junit.Test;
7879

7980
import com.oracle.truffle.api.CallTarget;
@@ -883,6 +884,7 @@ public void testDefaultLevelMultipleContexts() {
883884
}
884885

885886
@Test
887+
@Ignore("GR-72074")
886888
public void testNoContextLoggingBasic() {
887889
// Engine handler overridden by context handler, logging from language with context
888890
final Level defaultLevel = Level.INFO;
@@ -1029,6 +1031,7 @@ public void testNoContextLoggingEngineAndContextHandler() {
10291031
}
10301032

10311033
@Test
1034+
@Ignore("GR-70315")
10321035
public void testNoContextLoggingMultipleEngines() {
10331036
TestHandler engine1Handler = new TestHandler();
10341037
TestHandler engine2Handler = new TestHandler();

0 commit comments

Comments
 (0)