move e2e node perf test to flaky suite

This commit is contained in:
David Ashpole 2019-05-30 13:50:28 -07:00
parent 9577cbfb9f
commit 3a33f5378c

View File

@ -55,7 +55,7 @@ func setKubeletConfig(f *framework.Framework, cfg *kubeletconfig.KubeletConfigur
// Serial because the test updates kubelet configuration.
// 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")
var (
wl workloads.NodePerfWorkload