Skip to content

Commit

Permalink
Removed expected to fail from tryParseCometd.
Browse files Browse the repository at this point in the history
  • Loading branch information
traceyyoshima committed Nov 13, 2023
1 parent 0fe87fb commit 2508ec7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import org.intellij.lang.annotations.Language;
import org.junit.jupiter.api.Test;
import org.junitpioneer.jupiter.ExpectedToFail;
import org.openrewrite.internal.StringUtils;
import org.openrewrite.test.RewriteTest;

Expand All @@ -27,7 +26,6 @@ class ParserPerfTest implements RewriteTest {
@Language("typescript")
private static final String cometd = StringUtils.readFully(ParserPerfTest.class.getResourceAsStream("/perf/cometd.js"));

@ExpectedToFail("Requires issue https://github.com/openrewrite/rewrite-javascript/issues/4 to pass parsing.")
@Test
void tryParseCometd() {
rewriteRun(ParserTest.javaScript(cometd));
Expand Down

0 comments on commit 2508ec7

Please sign in to comment.