mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-07 08:58:27 +01:00
Uncommented out a failing test and added a Ignore annotation to it
This commit is contained in:
parent
fb34c54165
commit
18eba5725c
@ -14,6 +14,7 @@ import org.bukkit.World;
|
|||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.scheduler.BukkitScheduler;
|
import org.bukkit.scheduler.BukkitScheduler;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.mockito.Mockito;
|
import org.mockito.Mockito;
|
||||||
@ -175,8 +176,7 @@ public class DefaultHelpCommandTest {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME Tastybento, I need help with this one! :(
|
@Ignore("Failing due to 'wanted but not invoked' errors")
|
||||||
/* Commenting out for now, so the CI can build.
|
|
||||||
@Test
|
@Test
|
||||||
public void testExecuteDirectHelpHelp() {
|
public void testExecuteDirectHelpHelp() {
|
||||||
CompositeCommand parent = mock(CompositeCommand.class);
|
CompositeCommand parent = mock(CompositeCommand.class);
|
||||||
@ -204,6 +204,5 @@ public class DefaultHelpCommandTest {
|
|||||||
"[description]",
|
"[description]",
|
||||||
"the help command"
|
"the help command"
|
||||||
);
|
);
|
||||||
} */
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user