Merge pull request #60973 from shyamjvs/revert-accidental-load-test-remove

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Revert "[Test change - don't merge] Skip load test"

This reverts commit ba6bb999f7.

This was accidentally merged as part of 60891.

/cc @wojtek-t 
/sig scalability
/kind bug
/priority important-soon

```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue 2018-03-09 05:34:18 -08:00 committed by GitHub
commit 7c9293e1c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,6 @@ var _ = SIGDescribe("Load capacity", func() {
f.NamespaceDeletionTimeout = time.Hour
BeforeEach(func() {
framework.Skipf("SKIP LOAD")
testPhaseDurations = timer.NewTestPhaseTimer()
clientset = f.ClientSet