Skip to content

Commit

Permalink
Enable tests for quarkus/issues/17653
Browse files Browse the repository at this point in the history
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
Sgitario committed Jun 8, 2021
1 parent a0f8ada commit 8af9110
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
package io.quarkus.qe.bulk;

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 NativeBulkOfPropertiesIT extends BulkOfPropertiesTest {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
package io.quarkus.qe.bulk;

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 NativeConfigValueIT extends ConfigValueTest {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
package io.quarkus.qe.config;

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 VariousConfigurationSourcesTestIT extends VariousConfigurationSourcesTest {

Expand Down
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 {
}

0 comments on commit 8af9110

Please sign in to comment.