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 348dac7 commit 24a0a4f
Showing 1 changed file with 5 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,10 @@ 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
}
if (!isJRE9)
return;
IJavaProject p1 = createJava9Project("p1");
Expand Down

0 comments on commit 24a0a4f

Please sign in to comment.