You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime/tests/org.eclipse.core.expressions.tests/src/org/eclipse/core/internal/expressions/tests/ExpressionTests.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@
33
33
importjava.util.LinkedList;
34
34
importjava.util.List;
35
35
36
+
importorg.junit.jupiter.api.Disabled;
36
37
importorg.junit.jupiter.api.Test;
37
38
importorg.osgi.framework.FrameworkUtil;
38
39
@@ -1013,6 +1014,7 @@ public void testSubType() throws Exception {
1013
1014
}
1014
1015
1015
1016
@Test
1017
+
@Disabled("CI test environment too unstable for performance tests")
0 commit comments