Skip to content

Commit 0f8efe9

Browse files
committed
disable the pytorch in ci test
1 parent 425ed23 commit 0f8efe9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/java/src/junit/bowler/PyTorchResNetTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import org.eclipse.jgit.api.errors.InvalidRemoteException;
1010
import org.eclipse.jgit.api.errors.TransportException;
1111
import org.junit.Before;
12+
import org.junit.Ignore;
1213
import org.junit.Test;
1314

1415
import com.neuronrobotics.bowlerkernel.djl.ImagePredictorType;
@@ -97,6 +98,7 @@ private static void saveBoundingBoxImage(Image img, DetectedObjects detection, S
9798
}
9899
//
99100
@Test
101+
@Ignore
100102
public void testYolo() throws Exception {
101103
com.neuronrobotics.sdk.common.Log.error(Thread.currentThread().getStackTrace()[1].getMethodName());
102104

0 commit comments

Comments
 (0)