From aa4d2fc5edfbf527e5a7cb3cb5deff0bbf5e8aca Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Mon, 9 Oct 2023 10:59:09 +0200 Subject: [PATCH] e2e storage: remove useless info message Always printing "Enabling in-tree volume drivers" whenever the E2E suite is initializing doesn't provide any useful information and makes output of the upcoming -list-tests look weird. --- test/e2e/storage/in_tree_volumes.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/e2e/storage/in_tree_volumes.go b/test/e2e/storage/in_tree_volumes.go index 53764bcbc5c..d7dfc4062fe 100644 --- a/test/e2e/storage/in_tree_volumes.go +++ b/test/e2e/storage/in_tree_volumes.go @@ -53,8 +53,6 @@ var testDrivers = []func() storageframework.TestDriver{ // This executes testSuites for in-tree volumes. var _ = utils.SIGDescribe("In-tree Volumes", func() { - framework.Logf("Enabling in-tree volume drivers") - gceEnabled := false for _, driver := range framework.TestContext.EnabledVolumeDrivers { switch driver {