diff --git a/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/imports/TFGraphs/TFGraphTestZooModels.java b/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/imports/TFGraphs/TFGraphTestZooModels.java index 1e944c544..4695893be 100644 --- a/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/imports/TFGraphs/TFGraphTestZooModels.java +++ b/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/imports/TFGraphs/TFGraphTestZooModels.java @@ -56,6 +56,8 @@ public class TFGraphTestZooModels { //Note: Can't extend BaseNd4jTest here as we public static final String[] IGNORE_REGEXES = { + //2019/07/10 - Libnd4j assign error - https://github.com/eclipse/deeplearning4j/issues/8002 + "xlnet_cased_L-24_H-1024_A-16", //2019/06/28 - Output incorrect, can't debug b/c https://github.com/eclipse/deeplearning4j/issues/7957 "cifar10_gan_85",