We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74efba4 commit f5f10d1Copy full SHA for f5f10d1
tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java
@@ -69,9 +69,6 @@ protected void doSetUp() throws Exception {
69
page = (WorkbenchPage) window.getActivePage();
70
71
IPreferenceStore apiStore = PrefUtil.getAPIPreferenceStore();
72
- // Disable animations since they occur concurrently and can interferre
73
- // with locating drop targets
74
- setPreference(apiStore, IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS, false);
75
76
// These tests are hard-wired to the pre-3.3 zoom behaviour
77
// Run them anyway to ensure that we preserve the 3.0 mechanism
0 commit comments