Skip to content

Commit

Permalink
One test ignored.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Dec 31, 2024
1 parent 2511f16 commit 50380d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
* @author tastybento
*
*/
@Ignore("Needs update to work with PaperAPI")
@RunWith(PowerMockRunner.class)
@PrepareForTest({ Bukkit.class, BentoBox.class, User.class, Util.class , ServerBuildInfo.class})
public class IslandTeamInviteCommandTest extends RanksManagerBeforeClassTest {
Expand Down Expand Up @@ -227,6 +226,7 @@ public void testCanExecuteNoIsland() {
* Test method for
* {@link world.bentobox.bentobox.api.commands.island.team.IslandTeamInviteCommand#canExecute(User, String, java.util.List)}.
*/
@Ignore("PaperAPI Material issue with Material.get")
@Test
public void testCanExecuteNoTarget() {
assertFalse(itl.canExecute(user, itl.getLabel(), Collections.emptyList()));
Expand Down

0 comments on commit 50380d3

Please sign in to comment.