Skip to content

Commit f04c908

Browse files
authored
Disable intermittently-failing test until we understand the failure (#6980)
1 parent 94af7ff commit f04c908

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

microprofile/metrics/src/test/java/io/helidon/microprofile/metrics/HelloWorldAsyncResponseTest.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, 2022 Oracle and/or its affiliates.
2+
* Copyright (c) 2021, 2023 Oracle and/or its affiliates.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -35,6 +35,7 @@
3535
import org.eclipse.microprofile.metrics.SimpleTimer;
3636
import org.eclipse.microprofile.metrics.Timer;
3737
import org.eclipse.microprofile.metrics.annotation.RegistryType;
38+
import org.junit.jupiter.api.Disabled;
3839
import org.junit.jupiter.api.Test;
3940

4041
import static io.helidon.common.testing.junit5.MatcherWithRetry.assertThatWithRetry;
@@ -72,6 +73,7 @@ public class HelloWorldAsyncResponseTest {
7273
@RegistryType(type = MetricRegistry.Type.VENDOR)
7374
private MetricRegistry vendorRegistry;
7475

76+
@Disabled
7577
@Test
7678
public void test() throws Exception {
7779
MetricID metricID = MetricsCdiExtension

0 commit comments

Comments
 (0)