Skip to content

Commit 5da1e85

Browse files
committed
Updating test
1 parent acce92b commit 5da1e85

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/test/java/io/pinecone/PineconeClientLiveIntegTest.java

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@
2020

2121
public 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(

0 commit comments

Comments
 (0)