Remove DEBUG logging in test suite

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-12-17 00:42:45 -07:00
parent 1a3d037703
commit deaf9c99d7
9 changed files with 0 additions and 21 deletions

View File

@@ -7,7 +7,6 @@ import (
"github.com/stretchr/testify/assert"
"github.com/warewulf/warewulf/internal/pkg/testenv"
"github.com/warewulf/warewulf/internal/pkg/wwlog"
)
var nodesYamlUpgradeTests = []struct {
@@ -753,7 +752,6 @@ nodes:
}
func Test_UpgradeNodesYaml(t *testing.T) {
wwlog.SetLogLevel(wwlog.DEBUG)
for _, tt := range nodesYamlUpgradeTests {
t.Run(tt.name, func(t *testing.T) {
env := testenv.New(t)