Update LoaderTests.java

master
agibsonccc 2021-03-26 00:38:36 +09:00
parent 78e32abebc
commit b702dd2b6d
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import org.apache.commons.io.FilenameUtils;
import org.datavec.api.records.reader.RecordReader;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Tags;
import org.junit.jupiter.api.Test;
import org.nd4j.common.tests.tags.NativeTag;
import org.nd4j.common.tests.tags.TagNames;
@ -44,6 +45,8 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
*/
@NativeTag
@Tag(TagNames.FILE_IO)
@Tag(TagNames.LARGE_RESOURCES)
@Tag(TagNames.LONG_TEST)
public class LoaderTests {
private static void ensureDataAvailable(){