Skip to content

Commit

Permalink
Merge pull request #190 from majguo/add-appconfig-labels-it
Browse files Browse the repository at this point in the history
Add AzureAppConfigurationWithLabelsIT
  • Loading branch information
majguo authored Jan 12, 2024
2 parents 4b847c2 + 7edba24 commit 0252bea
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package io.quarkiverse.azure.app.configuration.it;

import org.junit.jupiter.api.condition.DisabledIfSystemProperty;

import io.quarkus.test.junit.QuarkusIntegrationTest;
import io.quarkus.test.junit.TestProfile;

@QuarkusIntegrationTest
@TestProfile(LabelsConfigurationProfile.class)
@DisabledIfSystemProperty(named = "azure.test", matches = "true")
public class AzureAppConfigurationWithLabelsIT extends AzureAppConfigurationWithLabelsTest {

}

0 comments on commit 0252bea

Please sign in to comment.