test: disable NativeLibraryLoaderIT

using the filesystem on Travis-CI causes issues
This commit is contained in:
Kirill Vainer 2016-03-02 00:00:03 -05:00
parent 772330c308
commit c6b568c125

@ -52,6 +52,7 @@ import org.junit.Ignore;
*
* @author Kirill Vainer
*/
@Ignore
@Category(IntegrationTest.class)
@FixMethodOrder
public class NativeLibraryLoaderIT {