Skip to content

Commit

Permalink
test/e2e: add flake retries for HTTPS metrics test (#5933)
Browse files Browse the repository at this point in the history
Updates #5932.

Signed-off-by: Steve Kriss <[email protected]>
  • Loading branch information
skriss authored Nov 2, 2023
1 parent c83bb4c commit ac77b71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/infra/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ func testReady() {
}

func testEnvoyMetricsOverHTTPS() {
Specify("requests to metrics listener are served", func() {
// Flake tracking issue: https://github.com/projectcontour/contour/issues/5932
Specify("requests to metrics listener are served", FlakeAttempts(3), func() {
t := f.T()

// Port-forward seems to be flaky. Following sequence happens:
Expand Down

0 comments on commit ac77b71

Please sign in to comment.