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.
1 parent cc048c3 commit a67668cCopy full SHA for a67668c
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