mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-12 22:26:14 -04:00
Properly disable integration tests
This commit is contained in:
parent
66e7338fa5
commit
88ca0815ed
3 changed files with 3 additions and 5 deletions
|
@ -11,6 +11,7 @@ import org.junit.jupiter.api.Test;
|
|||
import java.io.File;
|
||||
import java.util.Arrays;
|
||||
|
||||
@Disabled
|
||||
public class FsIntegrationTest {
|
||||
static String pathToFirmware;
|
||||
static String pathToFirmwares;
|
||||
|
@ -27,7 +28,6 @@ public class FsIntegrationTest {
|
|||
pathToFirmware = pathToFirmware + File.separator + "Firmware 13.0.0";
|
||||
}
|
||||
|
||||
@Disabled
|
||||
@DisplayName("FS Integration validation - everything")
|
||||
@Test
|
||||
void makeFss() throws Exception{
|
||||
|
@ -47,7 +47,6 @@ public class FsIntegrationTest {
|
|||
}
|
||||
}
|
||||
|
||||
@Disabled
|
||||
@DisplayName("FS Integration validation - one particular firmware")
|
||||
@Test
|
||||
void makeFs() throws Exception{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue