Ver Fonte

native library: don't run unit test

It causes Travis-CI to freeze
Kirill Vainer há 9 anos atrás
pai
commit
454e210d3d

+ 2 - 0
jme3-desktop/src/test/java/com/jme3/system/NativeLibraryLoaderIT.java

@@ -43,6 +43,7 @@ import org.junit.FixMethodOrder;
 import org.junit.experimental.categories.Category;
 
 import com.jme3.IntegrationTest;
+import org.junit.Ignore;
 
 /**
  * Integration test for {@link NativeLibraryLoader}.
@@ -51,6 +52,7 @@ import com.jme3.IntegrationTest;
  *
  * @author Kirill Vainer
  */
+@Ignore
 @Category(IntegrationTest.class)
 @FixMethodOrder
 public class NativeLibraryLoaderIT {