Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ protected void doSetUp() throws Exception {
page = (WorkbenchPage) window.getActivePage();

IPreferenceStore apiStore = PrefUtil.getAPIPreferenceStore();
// Disable animations since they occur concurrently and can interferre
// with locating drop targets
setPreference(apiStore, IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS, false);

// These tests are hard-wired to the pre-3.3 zoom behaviour
// Run them anyway to ensure that we preserve the 3.0 mechanism
Expand Down
Loading