Skip to content

Commit

Permalink
Fix latency.go e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed Nov 24, 2015
1 parent a5f9a75 commit 538f10f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/e2e/latency.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ var _ = Describe("Latency [Skipped]", func() {
c.Pods(ns).Delete(name, nil)
}

By(fmt.Sprintf("Destroying namespace for this suite %v", ns))
if err := c.Namespaces().Delete(ns); err != nil {
Failf("Couldn't delete ns %s", err)
}

expectNoError(writePerfData(c, fmt.Sprintf(testContext.OutputDir+"/%s", uuid), "after"))

// Verify latency metrics
Expand Down

0 comments on commit 538f10f

Please sign in to comment.