Skip to content

Commit a67668c

Browse files
committed
Mark etcd net overload logging test as a flake
This is failing too often on gcp and aws jobs where nothing else failed. Informational only, so we'll leave it a flake for now.
1 parent cc048c3 commit a67668c

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)