Merge pull request #78548 from dashpole/flaky_performance

Move e2e node perf test to flaky suite
This commit is contained in:
Kubernetes Prow Robot 2019-06-01 12:12:29 -07:00 committed by GitHub
commit ed4c1ddd23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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