-
Notifications
You must be signed in to change notification settings - Fork 230
Closed
Labels
Milestone
Description
org.eclipse.ui.editors.tests.SegmentedModeTest testShowNothing Failure expected:<[]> but was:<[this ]>
org.junit.ComparisonFailure: expected:<[]> but was:<[this
]>
at org.junit.Assert.assertEquals(Assert.java:117)
at org.junit.Assert.assertEquals(Assert.java:146)
at org.eclipse.ui.editors.tests.SegmentedModeTest.testShowNothing(SegmentedModeTest.java:128)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
This is a regression from 59dbd43 / #3585.
Note, the test fails locally only if launch config contains most of SDK plugins (via "Restore defaults" button). Executed with "Select required" plugins it passes (which explains why it works on jenkins and doesn't work in "official" SDK builds with all SDK bundles).