Skip to content

Commit

Permalink
Disable racy test Parser.testOuterInKeyword
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Jan 13, 2017
1 parent c397e91 commit c4f66c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/som/tests/BasicInterpreterTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public static Iterable<Object[]> data() {
{"ObjectCreation", "testImmutableRead", 3, Long.class, null },
{"ObjectCreation", "testImmutableReadInner", 42, Long.class, null },

{"Parser", "testOuterInKeyword", 32 * 32 * 32, Long.class, null },
{"Parser", "testOuterInKeyword", 32 * 32 * 32, Long.class, UNSAFE_OM },
{"Parser", "testOuterWithKeyword", 3 * 4, Long.class, null },
{"Parser", "testOuterInheritancePrefix", 32, Long.class, null },

Expand Down

0 comments on commit c4f66c1

Please sign in to comment.