We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc048c3 + a67668c commit b2728f8Copy full SHA for b2728f8
pkg/monitortests/etcd/legacyetcdmonitortests/etcd.go
@@ -117,5 +117,7 @@ func testEtcdDoesNotLogExcessiveOverloadedNetworkMessages(events monitorapi.Inte
117
Output: msg,
118
},
119
}
120
- return []*junitapi.JUnitTestCase{failure}
+ // TODO: marked flaky, this was appearing too often on AWS and GCP, in runs
121
+ // where nothing actually failed.
122
+ return []*junitapi.JUnitTestCase{failure, success}
123
0 commit comments