forked from quarkus-qe/beefy-scenarios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable tests for quarkus/issues/17653
The issue quarkusio/quarkus#17653 has been fixed, so we can enable the tests back. I confirmed that these tests are now working fine.
- Loading branch information
Showing
4 changed files
with
0 additions
and
12 deletions.
There are no files selected for viewing
3 changes: 0 additions & 3 deletions
3
...rkus-properties-config-all/src/test/java/io/quarkus/qe/bulk/NativeBulkOfPropertiesIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
022-quarkus-properties-config-all/src/test/java/io/quarkus/qe/bulk/NativeConfigValueIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...ties-config-all/src/test/java/io/quarkus/qe/config/VariousConfigurationSourcesTestIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...s-config-all/src/test/java/io/quarkus/qe/configmapping/NativeConfigMappingResourceIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
package io.quarkus.qe.configmapping; | ||
|
||
import org.junit.jupiter.api.Disabled; | ||
|
||
import io.quarkus.test.junit.NativeImageTest; | ||
|
||
@Disabled("TODO: Can't add configsource.properties because of https://github.com/quarkusio/quarkus/issues/17653") | ||
@NativeImageTest | ||
public class NativeConfigMappingResourceIT extends ConfigMappingResourceTest { | ||
} |