Disable 2 timed out tests

master
agibsonccc 2021-03-27 23:37:15 +09:00
parent eeefea017d
commit 73973b6228
2 changed files with 3 additions and 0 deletions

View File

@ -1103,6 +1103,8 @@ public class ParagraphVectorsTest extends BaseDL4JTest {
@MethodSource("org.nd4j.linalg.BaseNd4jTestWithBackends#configs")
@Tag(TagNames.LONG_TEST)
@Tag(TagNames.LARGE_RESOURCES)
@Disabled("Takes too long for CI")
@Tag(TagNames.NEEDS_VERIFY)
public void testsParallelFit1(Nd4jBackend backend) throws Exception {
final File file = Resources.asFile("big/raw_sentences.txt");

View File

@ -51,6 +51,7 @@ import static org.junit.jupiter.api.Assertions.assertNotEquals;
@Isolated
@Execution(ExecutionMode.SAME_THREAD)
@Tag(TagNames.LARGE_RESOURCES)
@Disabled("Too long of a timeout to be used in CI")
public class LongTests extends BaseNd4jTestWithBackends {
DataType initialType = Nd4j.dataType();