Skip to content

Commit

Permalink
Merge pull request quarkusio#3278 from dmlloyd/fix-962
Browse files Browse the repository at this point in the history
Re-enable passing test
  • Loading branch information
aloubyansky authored Jul 18, 2019
2 parents f6acf8b + ec3d33c commit bf97558
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;

Expand Down Expand Up @@ -55,10 +54,8 @@ public void validateConfiguredBean() {

/**
* Validate that the TestBuildAndRunTimeConfig is the same as seen at build time
* Currently disabled due to https://github.com/quarkusio/quarkus/issues/962
*/
@Test
@Disabled("https://github.com/quarkusio/quarkus/issues/962")
public void validateBuildTimeConfig() {
TestBuildAndRunTimeConfig buildTimeConfig = configuredBean.getBuildTimeConfig();
Assertions.assertEquals("StringBasedValue", buildTimeConfig.btSBV.getValue(),
Expand Down

0 comments on commit bf97558

Please sign in to comment.