Skip to content

Commit

Permalink
Remove assertion that makes the test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenporras authored Dec 5, 2024
1 parent 5d7f198 commit 3b4cbad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public void testAsyncRenameHandlerEnablement() throws Exception {

ICommandService commandService = PlatformUI.getWorkbench().getService(ICommandService.class);
Command command = commandService.getCommand(IWorkbenchCommandConstants.FILE_RENAME);
assertFalse(command.isEnabled());

waitForAndAssertCondition(3 * delay, () -> command.isEnabled());
assertTrue(command.isHandled());
Expand Down

0 comments on commit 3b4cbad

Please sign in to comment.