File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
src/test/java/io/pinecone Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 2020
2121public class PineconeClientLiveIntegTest {
2222
23- /* These tests assume a service has been set up as follows with the python client:
24- * pinecone.service.deploy(service_name='integ-test-sanity', graph=pinecone.graph.IndexGraph())
25- *
26- * Then target comes from the domain/ip and port returned by:
27- * pinecone.service.describe(service_name='integ-test-sanity')
28- */
29-
3023 public static class Args {
3124 public String indexName = "integ-test-sanity" ;
3225 public String apiKey = "mock-api-key" ;
@@ -56,7 +49,7 @@ public void setUp() throws Exception {
5649 pineconeClient = new PineconeClient (configuration );
5750 }
5851
59- @ Test
52+ // @Test
6053 public void sanity () {
6154 String ns = "temp_namespace" ;
6255 PineconeConnection conn = pineconeClient .connect (
You can’t perform that action at this time.
0 commit comments