Use @Ignore annotation from JUnit vs. Nashhorn
This commit is contained in:
parent
2d785f9406
commit
60b51b4aa6
|
@ -14,6 +14,7 @@ import org.ethereum.vm.VM;
|
|||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.FixMethodOrder;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runners.MethodSorters;
|
||||
|
||||
|
@ -23,8 +24,6 @@ import java.util.List;
|
|||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import jdk.nashorn.internal.ir.annotations.Ignore;
|
||||
|
||||
/**
|
||||
* @author Roman Mandeleil
|
||||
* @since 01.06.2014
|
||||
|
|
Loading…
Reference in New Issue