Skip to content

Commit

Permalink
Re-enable tests against Quarkus main
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed May 30, 2024
1 parent 2de3d3f commit d12cf5e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ import io.quarkus.test.junit.QuarkusTest
import org.eclipse.microprofile.config.inject.ConfigProperty
import org.junit.jupiter.api.BeforeEach
import org.junit.jupiter.api.TestTemplate
import org.junit.jupiter.api.condition.DisabledIfSystemProperty
import org.junit.jupiter.api.extension.ExtendWith

@QuarkusTest
@Provider("grpc-locations")
@PactFolder("pacts")
@DisabledIfSystemProperty(named = "isNightlyEcosystemTest", matches = "true", disabledReason = "https://github.com/quarkusio/quarkus/issues/23612#issuecomment-2115318234")
// You could comment out the @PactFolder annotations
// if you'd like to use a Pact broker. You'd also un-comment the following 2 annotations
//@PactBroker(url = "https://quarkus-super-heroes.pactflow.io")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import org.eclipse.microprofile.config.inject.ConfigProperty;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.TestTemplate;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
import org.junit.jupiter.api.extension.ExtendWith;

import io.quarkus.panache.mock.PanacheMock;
Expand All @@ -27,7 +26,6 @@
@QuarkusTest
@Provider("rest-fights")
@PactFolder("pacts")
@DisabledIfSystemProperty(named = "isNightlyEcosystemTest", matches = "true", disabledReason = "https://github.com/quarkusio/quarkus/issues/23612#issuecomment-2115318234")
// You could comment out the @PactFolder annotation
// if you'd like to use a Pact broker. You'd also un-comment the following 2 annotations
//@PactBroker(url = "https://quarkus-super-heroes.pactflow.io")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import org.eclipse.microprofile.config.inject.ConfigProperty;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.TestTemplate;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
import org.junit.jupiter.api.extension.ExtendWith;

import io.quarkus.test.junit.QuarkusTest;
Expand All @@ -29,7 +28,6 @@
@QuarkusTest
@Provider("rest-heroes")
@PactFolder("pacts")
@DisabledIfSystemProperty(named = "isNightlyEcosystemTest", matches = "true", disabledReason = "https://github.com/quarkusio/quarkus/issues/23612#issuecomment-2115318234")
// You could comment out the @PactFolder annotation
// if you'd like to use a Pact broker. You'd also un-comment the following 2 annotations
//@PactBroker(url = "https://quarkus-super-heroes.pactflow.io")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import org.eclipse.microprofile.config.inject.ConfigProperty;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.TestTemplate;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
import org.junit.jupiter.api.extension.ExtendWith;

import io.quarkus.test.junit.QuarkusTest;
Expand All @@ -19,7 +18,6 @@
@QuarkusTest
@Provider("rest-narration")
@PactFolder("pacts")
@DisabledIfSystemProperty(named = "isNightlyEcosystemTest", matches = "true", disabledReason = "https://github.com/quarkusio/quarkus/issues/23612#issuecomment-2115318234")
// You could comment out the @PactFolder annotations
// if you'd like to use a Pact broker. You'd also un-comment the following 2 annotations
//@PactBroker(url = "https://quarkus-super-heroes.pactflow.io")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import org.eclipse.microprofile.config.inject.ConfigProperty;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.TestTemplate;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
import org.junit.jupiter.api.extension.ExtendWith;

import io.quarkus.panache.mock.PanacheMock;
Expand All @@ -26,7 +25,6 @@
@QuarkusTest
@Provider("rest-villains")
@PactFolder("pacts")
@DisabledIfSystemProperty(named = "isNightlyEcosystemTest", matches = "true", disabledReason = "https://github.com/quarkusio/quarkus/issues/23612#issuecomment-2115318234")
// You could comment out the @PactFolder annotations
// if you'd like to use a Pact broker. You'd also un-comment the following 2 annotations
//@PactBroker(url = "https://quarkus-super-heroes.pactflow.io")
Expand Down

0 comments on commit d12cf5e

Please sign in to comment.