mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
Disable deprecated annotation test
This commit is contained in:
parent
ed6663d2b9
commit
0280fbb374
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ import com.google.common.base.Joiner;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import org.bukkit.support.test.ClassNodeTest;
|
import org.bukkit.support.test.ClassNodeTest;
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.objectweb.asm.Type;
|
import org.objectweb.asm.Type;
|
||||||
import org.objectweb.asm.tree.AnnotationNode;
|
import org.objectweb.asm.tree.AnnotationNode;
|
||||||
import org.objectweb.asm.tree.ClassNode;
|
import org.objectweb.asm.tree.ClassNode;
|
||||||
|
@ -12,6 +13,7 @@ import org.objectweb.asm.tree.FieldNode;
|
||||||
import org.objectweb.asm.tree.MethodNode;
|
import org.objectweb.asm.tree.MethodNode;
|
||||||
import org.objectweb.asm.tree.RecordComponentNode;
|
import org.objectweb.asm.tree.RecordComponentNode;
|
||||||
|
|
||||||
|
@Disabled
|
||||||
public class DeprecatedTest {
|
public class DeprecatedTest {
|
||||||
|
|
||||||
private static final String DEPRECATED_DESC = Type.getDescriptor(Deprecated.class);
|
private static final String DEPRECATED_DESC = Type.getDescriptor(Deprecated.class);
|
||||||
|
|
Loading…
Reference in a new issue