#8849 Add ignore for randomly failing test (#399)

Signed-off-by: Alex Black <blacka101@gmail.com>
master
Alex Black 2020-04-20 23:59:30 +10:00 committed by GitHub
parent fe516ae6cf
commit b2f86ab8a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ public class TextPipelineTest extends BaseSparkTest {
sc.stop();
}
@Test
@Test @Ignore //AB 2020/04/20 https://github.com/eclipse/deeplearning4j/issues/8849
public void testCountCumSum() throws Exception {
JavaSparkContext sc = getContext();
JavaRDD<String> corpusRDD = getCorpusRDD(sc);