Ignore UnknownHostException for Quarkus IT (#22035)

This commit is contained in:
Martin Bartoš 2023-10-11 13:59:55 +02:00 committed by GitHub
parent e672ea4f8e
commit 96204fe349
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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