Skip to content

Commit

Permalink
Dont run consumer contract tests on nightly ecosystem ci
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Jan 30, 2025
1 parent bf3453a commit 50a9e6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
registryEntry = "protobuf/transport/grpc"
)
@DisabledIfSystemProperty(named = "quarkus.native.enabled", matches = "true", disabledReason = "Not sure why, but when native profile is active some of these tests fail")
@DisabledIfSystemProperty(named = "isNightlyEcosystemTest", matches = "true", disabledReason = "Nightly Ecosystem tests sometimes cause flaky failures")
public class FightServiceConsumerContractTests extends FightServiceTestsBase {
private static final String VILLAIN_API_BASE_URI = "/api/villains";
private static final String VILLAIN_RANDOM_URI = VILLAIN_API_BASE_URI + "/random";
Expand Down

0 comments on commit 50a9e6e

Please sign in to comment.