Skip to content

Commit

Permalink
Skip all the gRPC integration tests
Browse files Browse the repository at this point in the history
They fail with Could not find artifact
io.quarkus:quarkus-grpc-protoc-plugin:jar:shaded:1.7.0.CR1 in central.
  • Loading branch information
gsmet committed Jul 31, 2020
1 parent df5f6e3 commit b465fdf
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration-tests/grpc-health/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<artifactId>quarkus-integration-test-grpc-health</artifactId>
<name>Quarkus - Integration Tests - gRPC - Health</name>

<properties>
<skipTests>true</skipTests>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 4 additions & 0 deletions integration-tests/grpc-interceptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<artifactId>quarkus-integration-test-grpc-interceptors</artifactId>
<name>Quarkus - Integration Tests - gRPC - Interceptors</name>

<properties>
<skipTests>true</skipTests>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 4 additions & 0 deletions integration-tests/grpc-mutual-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<artifactId>quarkus-integration-test-grpc-mutual-auth</artifactId>
<name>Quarkus - Integration Tests - gRPC - TLS with mutual auth</name>

<properties>
<skipTests>true</skipTests>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 4 additions & 0 deletions integration-tests/grpc-plain-text/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<artifactId>quarkus-integration-test-grpc-plain-text</artifactId>
<name>Quarkus - Integration Tests - gRPC - Plain Text</name>

<properties>
<skipTests>true</skipTests>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 4 additions & 0 deletions integration-tests/grpc-proto-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<artifactId>quarkus-integration-test-grpc-proto-v2</artifactId>
<name>Quarkus - Integration Tests - gRPC - Proto v2</name>

<properties>
<skipTests>true</skipTests>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 4 additions & 0 deletions integration-tests/grpc-streaming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<artifactId>quarkus-integration-test-grpc-streaming</artifactId>
<name>Quarkus - Integration Tests - gRPC - Streaming</name>

<properties>
<skipTests>true</skipTests>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 4 additions & 0 deletions integration-tests/grpc-tls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<artifactId>quarkus-integration-test-grpc-tls</artifactId>
<name>Quarkus - Integration Tests - gRPC - TLS</name>

<properties>
<skipTests>true</skipTests>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit b465fdf

Please sign in to comment.