Ignore UnknownHostException for Quarkus IT (#22035)
This commit is contained in:
parent
e672ea4f8e
commit
96204fe349
1 changed files with 4 additions and 1 deletions
|
@ -16,4 +16,7 @@
|
|||
#
|
||||
quarkus.vault.devservices.enabled=false
|
||||
quarkus.datasource.devservices.enabled=false
|
||||
quarkus.devservices.enabled=true
|
||||
quarkus.devservices.enabled=true
|
||||
|
||||
# Avoid throwing the UnknownHostException for external hosts file used for FIPS testing
|
||||
quarkus.log.category."org.eclipse.aether.internal.impl".level=error
|
Loading…
Reference in a new issue