mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-26 19:07:40 +01:00
Disable deprecated annotation test
This commit is contained in:
parent
ed6663d2b9
commit
0280fbb374
@ -5,6 +5,7 @@ import com.google.common.base.Joiner;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.bukkit.support.test.ClassNodeTest;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.objectweb.asm.Type;
|
||||
import org.objectweb.asm.tree.AnnotationNode;
|
||||
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.RecordComponentNode;
|
||||
|
||||
@Disabled
|
||||
public class DeprecatedTest {
|
||||
|
||||
private static final String DEPRECATED_DESC = Type.getDescriptor(Deprecated.class);
|
||||
|
Loading…
Reference in New Issue
Block a user