We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a3e64 commit cb2cf6eCopy full SHA for cb2cf6e
1 file changed
tensorflow-core/tensorflow-core-api/src/test/java/org/tensorflow/TensorFlowTest.java
@@ -23,7 +23,7 @@
23
import java.io.File;
24
import java.nio.file.Paths;
25
26
-import org.junit.Ignore;
+import org.junit.jupiter.api.Disabled;
27
import org.junit.jupiter.api.Test;
28
import org.tensorflow.proto.OpList;
29
@@ -40,7 +40,7 @@ public void registeredOpList() {
40
assertNotNull(TensorFlow.registeredOpList());
41
}
42
43
- @Ignore // until a version of tensorflow-text that's compatible with v2.21.0
+ @Disabled // until a version of tensorflow-text that's compatible with v2.21.0
44
@Test
45
public void loadTFTextLibrary() {
46
String libname =
0 commit comments