Disable 2 timed out tests
parent
eeefea017d
commit
73973b6228
|
@ -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");
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue