mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-14 12:11:32 +01:00
Ignoring NetherTreesListenerTest for now
This commit is contained in:
parent
9803a02471
commit
5d7a7a0363
@ -1,6 +1,7 @@
|
||||
package world.bentobox.bentobox.listeners;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.powermock.core.classloader.annotations.PrepareForTest;
|
||||
import org.powermock.modules.junit4.PowerMockRunner;
|
||||
@ -17,6 +18,7 @@ import static org.mockito.Mockito.when;
|
||||
* @author Poslovitch
|
||||
* @since 1.3.0
|
||||
*/
|
||||
@Ignore
|
||||
@RunWith(PowerMockRunner.class)
|
||||
@PrepareForTest({BentoBox.class})
|
||||
public class NetherTreesListenerTest {
|
||||
|
Loading…
Reference in New Issue
Block a user