Commit 538f10f5 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Fix latency.go e2e test

parent a5f9a759
...@@ -53,11 +53,6 @@ var _ = Describe("Latency [Skipped]", func() { ...@@ -53,11 +53,6 @@ var _ = Describe("Latency [Skipped]", func() {
c.Pods(ns).Delete(name, nil) 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")) expectNoError(writePerfData(c, fmt.Sprintf(testContext.OutputDir+"/%s", uuid), "after"))
// Verify latency metrics // Verify latency metrics
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment