Skip to content

Commit

Permalink
Disable VanillaWrapper tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Travja committed Feb 22, 2024
1 parent 87d9f9d commit 4e3dc72
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
import org.bukkit.entity.Trident;
import org.bukkit.inventory.ItemStack;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import su.nightexpress.quantumrpg.api.event.RPGDamageEvent;
import su.nightexpress.quantumrpg.testutil.MockedTest;

import static org.junit.Assert.assertEquals;

@Disabled("Waiting for MockBukkit PRs")
public class VanillaWrapperListenerTest extends MockedTest {
private Player damager;
private Player target;
Expand Down

0 comments on commit 4e3dc72

Please sign in to comment.