Skip to content

Commit b2728f8

Browse files
Merge pull request #30210 from dgoodwin/remove-etcd-net-overload-test
OCPBUGS-61194: Mark etcd net overload logging test as a flake
2 parents cc048c3 + a67668c commit b2728f8

File tree

1 file changed

+3
-1
lines changed
  • pkg/monitortests/etcd/legacyetcdmonitortests

1 file changed

+3
-1
lines changed

pkg/monitortests/etcd/legacyetcdmonitortests/etcd.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,7 @@ func testEtcdDoesNotLogExcessiveOverloadedNetworkMessages(events monitorapi.Inte
117117
Output: msg,
118118
},
119119
}
120-
return []*junitapi.JUnitTestCase{failure}
120+
// 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}
121123
}

0 commit comments

Comments
 (0)