Disable FirmwareTest for travis
This commit is contained in:
parent
4f956000c5
commit
e59c012553
|
@ -1,6 +1,7 @@
|
|||
package nodomain.freeyourgadget.gadgetbridge.service.devices.miband;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.File;
|
||||
|
@ -11,6 +12,7 @@ import java.util.Arrays;
|
|||
import nodomain.freeyourgadget.gadgetbridge.devices.miband.MiBandFWHelper;
|
||||
import nodomain.freeyourgadget.gadgetbridge.util.FileUtils;
|
||||
|
||||
@Ignore("Disabled for travis -- needs vm parameter -DMiFirmwareDir=/path/to/firmware/directory/")
|
||||
public class FirmwareTest {
|
||||
|
||||
private static final long MAX_FILE_SIZE_BYTES = 1024 * 1024; // 1MB
|
||||
|
|
Loading…
Reference in New Issue