Skip to content

Commit

Permalink
Disable DefaultPackageMetricsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jaikiran committed Aug 27, 2020
1 parent b87ea49 commit 754b9d3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
import org.eclipse.microprofile.metrics.MetricRegistry;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;

import io.quarkus.test.QuarkusUnitTest;

@Disabled("See https://github.com/quarkusio/quarkus/pull/11656")
public class DefaultPackageMetricsTest {

@RegisterExtension
Expand Down

0 comments on commit 754b9d3

Please sign in to comment.