Skip to content

Commit

Permalink
Disabled pinecone
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed Nov 20, 2024
1 parent 44a31b2 commit e276c65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/pinecone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
</dependencies>

<profiles>
<!-- https://github.com/apache/camel-quarkus/issues/6808
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -107,6 +108,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import io.restassured.http.ContentType;
import org.eclipse.microprofile.config.ConfigProvider;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.openapitools.db_control.client.model.IndexModel;

Expand All @@ -40,6 +41,7 @@

@QuarkusTestResource(PineconeTestResource.class)
@QuarkusTest
@Disabled //https://github.com/apache/camel-quarkus/issues/6808
class PineconeTest {
private static Pinecone pinecone;

Expand Down

0 comments on commit e276c65

Please sign in to comment.