Remove cleanup helper

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-13 10:38:55 -03:00
parent 0197ea0dc4
commit 4a21dc17f4
3 changed files with 0 additions and 76 deletions

View file

@ -66,9 +66,3 @@ func RunE2ETests(t *testing.T) {
framework.Logf("Starting e2e run %q on Ginkgo node %d", framework.RunID, config.GinkgoConfig.ParallelNode)
ginkgo.RunSpecs(t, "nginx-ingress-controller e2e suite")
}
var _ = ginkgo.SynchronizedAfterSuite(func() {
// Run on all Ginkgo nodes
framework.Logf("Running AfterSuite actions on all nodes")
framework.RunCleanupActions()
}, func() {})