We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962f253 commit 9069f04Copy full SHA for 9069f04
tests/suite/reconfig_test.go
@@ -23,6 +23,7 @@ import (
23
"github.com/nginxinc/nginx-gateway-fabric/tests/framework"
24
)
25
26
+// Cluster node size must be greater than or equal to 4 for test to perform correctly.
27
var _ = Describe("Reconfiguration Performance Testing", Ordered, Label("reconfiguration", "nfr"), func() {
28
// used for cleaning up resources
29
const maxResourceCount = 150
0 commit comments