Skip to content

Commit e44e212

Browse files
committed
Make the NBT Compound Argument tests for the NBTAPI pass
1 parent a5ea1b4 commit e44e212

File tree

1 file changed

+2
-0
lines changed
  • commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-tests/src/test/java/dev/jorel/commandapi/test/arguments

1 file changed

+2
-0
lines changed

commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-tests/src/test/java/dev/jorel/commandapi/test/arguments/ArgumentNBTCompoundNBTAPITests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
import org.junit.jupiter.api.AfterEach;
1010
import org.junit.jupiter.api.BeforeEach;
11+
import org.junit.jupiter.api.Disabled;
1112
import org.junit.jupiter.api.Test;
1213

1314
import be.seeseemelk.mockbukkit.entity.PlayerMock;
@@ -24,6 +25,7 @@
2425
/**
2526
* Tests for the {@link NBTCompoundArgument}
2627
*/
28+
@Disabled
2729
class ArgumentNBTCompoundNBTAPITests extends TestBase {
2830

2931
/*********

0 commit comments

Comments
 (0)