mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
Merge pull request #78548 from dashpole/flaky_performance
Move e2e node perf test to flaky suite
This commit is contained in:
commit
ed4c1ddd23
@ -55,7 +55,7 @@ func setKubeletConfig(f *framework.Framework, cfg *kubeletconfig.KubeletConfigur
|
|||||||
|
|
||||||
// Serial because the test updates kubelet configuration.
|
// Serial because the test updates kubelet configuration.
|
||||||
// Slow by design.
|
// Slow by design.
|
||||||
var _ = SIGDescribe("Node Performance Testing [Serial] [Slow]", func() {
|
var _ = SIGDescribe("Node Performance Testing [Serial] [Slow] [Flaky]", func() {
|
||||||
f := framework.NewDefaultFramework("node-performance-testing")
|
f := framework.NewDefaultFramework("node-performance-testing")
|
||||||
var (
|
var (
|
||||||
wl workloads.NodePerfWorkload
|
wl workloads.NodePerfWorkload
|
||||||
|
Loading…
Reference in New Issue
Block a user