File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/core Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ public MultiReleaseLaunchTests(String name) {
6464
6565 @ Override
6666 protected void setUp () throws Exception {
67+ assumeTrue ("Not on Linux" , Platform .OS .isLinux ());
6768 super .setUp ();
6869 final Set <File > existingLocations = new HashSet <>();
6970 List <RequiredJavaVersion > requiredJavaVersions = new ArrayList <>(List .of (JAVA_11 , JAVA_17 , JAVA_21 ));
@@ -115,7 +116,6 @@ protected IJavaProject getProjectContext() {
115116 }
116117
117118 public void testMultiReleaseLaunch () throws Exception {
118- assumeTrue ("Not on Linux" , Platform .OS .isLinux ());
119119 ILaunchConfiguration config = getLaunchConfiguration ("p.Main" );
120120 Properties result = launchAndReadResult (config , 11 );
121121 assertTrue ("Was not launched with a proper Java installation " + result , JAVA_11 .matches (result .getProperty ("Java" )));
You can’t perform that action at this time.
0 commit comments