Skip to content

Commit

Permalink
disable connection limit test (envoyproxy#3025)
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <[email protected]>
Signed-off-by: Yael Shechter <[email protected]>
  • Loading branch information
zhaohuabing authored and yaelSchechter committed Mar 28, 2024
1 parent e9c571e commit ee9fea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/connection_limit.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

func init() {
ConformanceTests = append(ConformanceTests, ConnectionLimitTest)
// ConformanceTests = append(ConformanceTests, ConnectionLimitTest)
}

var ConnectionLimitTest = suite.ConformanceTest{
Expand Down

0 comments on commit ee9fea4

Please sign in to comment.