Skip to content

Commit

Permalink
Skip another test because of
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelistria committed Apr 9, 2024
1 parent 271e540 commit ca57c21
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import org.eclipse.jdt.core.WorkingCopyOwner;
import org.eclipse.jdt.core.dom.AST;
import org.eclipse.jdt.core.tests.util.Util;
import org.eclipse.jdt.internal.core.CompilationUnit;

import junit.framework.Test;

Expand Down Expand Up @@ -807,6 +808,11 @@ public void testBug546315() throws Exception {
}
}
public void testBug544306() throws Exception {
if (CompilationUnit.DOM_BASED_OPERATIONS) {
// Skipped because of
// https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2301
return;
}
if (!isJRE9)
return;
IJavaProject p1 = createJava9Project("p1");
Expand Down

0 comments on commit ca57c21

Please sign in to comment.