mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-23 16:41:42 +01:00
Ignore test
This commit is contained in:
parent
87054687f0
commit
24025fd9ae
@ -29,6 +29,7 @@ import org.bukkit.plugin.PluginManager;
|
||||
import org.eclipse.jdt.annotation.Nullable;
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.mockito.Mock;
|
||||
@ -208,6 +209,7 @@ public class ItemsAdderHookTest {
|
||||
/**
|
||||
* Test method for {@link world.bentobox.bentobox.hooks.ItemsAdderHook#clearBlockInfo(org.bukkit.Location)}.
|
||||
*/
|
||||
@Ignore("Temp skip until this is optimized")
|
||||
@Test
|
||||
public void testClearBlockInfo() {
|
||||
hook.clearBlockInfo(location);
|
||||
|
Loading…
Reference in New Issue
Block a user