Skip to content

Commit 03c2809

Browse files
committed
Ignore stdlib test.
1 parent ecbc334 commit 03c2809

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/org/rascalmpl/compiler/CheckStdLibTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import java.util.HashMap;
99

1010
import org.jline.terminal.impl.DumbTerminal;
11+
import org.junit.Ignore;
1112
import org.junit.Test;
1213
import org.rascalmpl.library.Prelude;
1314
import org.rascalmpl.library.util.PathConfig;
@@ -25,6 +26,7 @@
2526
import io.usethesource.vallang.IValue;
2627
import io.usethesource.vallang.IValueFactory;
2728

29+
@Ignore("TODO Enable before merging PR")
2830
public class CheckStdLibTest {
2931
@Test
3032
public void checkerSupportsStandardLib() throws IOException, URISyntaxException {

0 commit comments

Comments
 (0)