Skip to content

Commit cb2cf6e

Browse files
committed
Fix test disabling.
1 parent 27a3e64 commit cb2cf6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tensorflow-core/tensorflow-core-api/src/test/java/org/tensorflow/TensorFlowTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import java.io.File;
2424
import java.nio.file.Paths;
2525

26-
import org.junit.Ignore;
26+
import org.junit.jupiter.api.Disabled;
2727
import org.junit.jupiter.api.Test;
2828
import org.tensorflow.proto.OpList;
2929

@@ -40,7 +40,7 @@ public void registeredOpList() {
4040
assertNotNull(TensorFlow.registeredOpList());
4141
}
4242

43-
@Ignore // until a version of tensorflow-text that's compatible with v2.21.0
43+
@Disabled // until a version of tensorflow-text that's compatible with v2.21.0
4444
@Test
4545
public void loadTFTextLibrary() {
4646
String libname =

0 commit comments

Comments
 (0)