native library: don't run unit test
It causes Travis-CI to freeze
This commit is contained in:
parent
c6336c0781
commit
454e210d3d
@ -43,6 +43,7 @@ import org.junit.FixMethodOrder;
|
|||||||
import org.junit.experimental.categories.Category;
|
import org.junit.experimental.categories.Category;
|
||||||
|
|
||||||
import com.jme3.IntegrationTest;
|
import com.jme3.IntegrationTest;
|
||||||
|
import org.junit.Ignore;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Integration test for {@link NativeLibraryLoader}.
|
* Integration test for {@link NativeLibraryLoader}.
|
||||||
@ -51,6 +52,7 @@ import com.jme3.IntegrationTest;
|
|||||||
*
|
*
|
||||||
* @author Kirill Vainer
|
* @author Kirill Vainer
|
||||||
*/
|
*/
|
||||||
|
@Ignore
|
||||||
@Category(IntegrationTest.class)
|
@Category(IntegrationTest.class)
|
||||||
@FixMethodOrder
|
@FixMethodOrder
|
||||||
public class NativeLibraryLoaderIT {
|
public class NativeLibraryLoaderIT {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user