Skip to content

Commit

Permalink
e2e: disable client timeout (#3100)
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <[email protected]>
  • Loading branch information
zirain authored Apr 8, 2024
1 parent 7912b1f commit 43b7dab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/e2e/tests/client_timeout.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ import (
)

func init() {
ConformanceTests = append(ConformanceTests, ClientTimeoutTest)
// This test cause too much flakiness, so we disable it for now.
// TODO: find a better way to test client timeout.
// ConformanceTests = append(ConformanceTests, ClientTimeoutTest)
}

var largeSizeHeader = func() string {
Expand All @@ -33,6 +35,7 @@ var largeSizeHeader = func() string {
return b.String()
}

// nolint
var ClientTimeoutTest = suite.ConformanceTest{
ShortName: "ClientTimeout",
Description: "Test that the ClientTrafficPolicy API implementation supports client timeout",
Expand Down

0 comments on commit 43b7dab

Please sign in to comment.