Skip to content

Commit

Permalink
Make sure Redis dev-service doesn't start in test that doesn't need it
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Dec 11, 2024
1 parent 07a1603 commit 37c50ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public class RestClientUriParameterTest {
static final QuarkusUnitTest TEST = new QuarkusUnitTest()
.withApplicationRoot(
jar -> jar.addClasses(Resource.class, Client.class))
.overrideConfigKey("quarkus.redis.devservices.enabled", "false")
.overrideConfigKey("quarkus.rest-client.\"client\".url", "http://does-not-exist.io");

@RestClient
Expand Down

0 comments on commit 37c50ee

Please sign in to comment.