File tree 1 file changed +3
-1
lines changed
microprofile/metrics/src/test/java/io/helidon/microprofile/metrics
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2021, 2022 Oracle and/or its affiliates.
2
+ * Copyright (c) 2021, 2023 Oracle and/or its affiliates.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
35
35
import org .eclipse .microprofile .metrics .SimpleTimer ;
36
36
import org .eclipse .microprofile .metrics .Timer ;
37
37
import org .eclipse .microprofile .metrics .annotation .RegistryType ;
38
+ import org .junit .jupiter .api .Disabled ;
38
39
import org .junit .jupiter .api .Test ;
39
40
40
41
import static io .helidon .common .testing .junit5 .MatcherWithRetry .assertThatWithRetry ;
@@ -72,6 +73,7 @@ public class HelloWorldAsyncResponseTest {
72
73
@ RegistryType (type = MetricRegistry .Type .VENDOR )
73
74
private MetricRegistry vendorRegistry ;
74
75
76
+ @ Disabled
75
77
@ Test
76
78
public void test () throws Exception {
77
79
MetricID metricID = MetricsCdiExtension
You can’t perform that action at this time.
0 commit comments