We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be04879 commit e5a1108Copy full SHA for e5a1108
1 file changed
src/test/java/io/weaviate/client6/v1/api/collections/batch/BatchContextTest.java
@@ -22,7 +22,6 @@
22
import org.junit.After;
23
import org.junit.AfterClass;
24
import org.junit.Before;
25
-import org.junit.Ignore;
26
import org.junit.Test;
27
28
import io.grpc.stub.StreamObserver;
@@ -32,7 +31,6 @@
32
31
import io.weaviate.client6.v1.internal.grpc.protocol.WeaviateProtoBatch;
33
import io.weaviate.client6.v1.internal.orm.CollectionDescriptor;
34
35
-@Ignore
36
public class BatchContextTest {
37
private static final Thread TEST_THREAD = Thread.currentThread();
38
0 commit comments