File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
truffle/src/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/polyglot Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 7474import org .junit .Assert ;
7575import org .junit .Assume ;
7676import org .junit .BeforeClass ;
77+ import org .junit .Ignore ;
7778import org .junit .Test ;
7879
7980import 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 ();
You can’t perform that action at this time.
0 commit comments