File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/metrics/async Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 40
40
import software .amazon .awssdk .metrics .MetricPublisher ;
41
41
import software .amazon .awssdk .services .protocolrestjson .model .EmptyModeledException ;
42
42
43
- @ Ignore
44
43
@ RunWith (MockitoJUnitRunner .class )
45
44
public abstract class BaseAsyncCoreMetricsTest {
46
45
private static final String SERVICE_ID = "AmazonProtocolRestJson" ;
@@ -49,7 +48,6 @@ public abstract class BaseAsyncCoreMetricsTest {
49
48
static final int MAX_RETRIES = 2 ;
50
49
public static final Duration FIXED_DELAY = Duration .ofMillis (500 );
51
50
52
- @ Ignore
53
51
@ Test
54
52
public void apiCall_operationSuccessful_addsMetrics () {
55
53
stubSuccessfulResponse ();
@@ -72,7 +70,6 @@ public void apiCall_operationSuccessful_addsMetrics() {
72
70
.isGreaterThanOrEqualTo (FIXED_DELAY );
73
71
}
74
72
75
- @ Ignore
76
73
@ Test
77
74
public void apiCall_allRetryAttemptsFailedOf500 () {
78
75
stubErrorResponse ();
@@ -89,7 +86,6 @@ public void apiCall_allRetryAttemptsFailedOf500() {
89
86
capturedCollection .children ().forEach (this ::verifyFailedApiCallAttemptCollection );
90
87
}
91
88
92
- @ Ignore
93
89
@ Test
94
90
public void apiCall_allRetryAttemptsFailedOfNetworkError () {
95
91
stubNetworkError ();
@@ -115,7 +111,6 @@ public void apiCall_allRetryAttemptsFailedOfNetworkError() {
115
111
});
116
112
}
117
113
118
- @ Ignore
119
114
@ Test
120
115
public void apiCall_firstAttemptFailedRetrySucceeded () {
121
116
stubSuccessfulRetry ();
You can’t perform that action at this time.
0 commit comments