mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Add an option to pass client's QPS/burst to e2e framework
This commit is contained in:
@@ -30,7 +30,7 @@ import (
|
||||
//
|
||||
// Flaky issue #20272
|
||||
var _ = Describe("Initial Resources [Feature:InitialResources] [Flaky]", func() {
|
||||
f := NewFramework("initial-resources")
|
||||
f := NewDefaultFramework("initial-resources")
|
||||
|
||||
It("should set initial resources based on historical data", func() {
|
||||
// TODO(piosz): Add cleanup data in InfluxDB that left from previous tests.
|
||||
|
||||
Reference in New Issue
Block a user