mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #17717 from wojtek-t/fix_latency_test
Auto commit by PR queue bot
This commit is contained in:
commit
ae148a3bc6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user