Jo 2 rokov pred
rodič
commit
4780a974d9

+ 0 - 1
pkg/upgrade/service_test.go

@@ -27,7 +27,6 @@ func ptrString(s string) *string {
 }
 
 func TestUpgradeService_GraphUpgrades(t *testing.T) {
-	t.Parallel()
 	linuxDepInfo := &dep.InstallInfo{
 		Reason:       dep.Explicit,
 		Source:       dep.Sync,

+ 0 - 1
pkg/upgrade/upgrade_test.go

@@ -7,7 +7,6 @@ import (
 )
 
 func TestGetVersionDiff(t *testing.T) {
-	t.Parallel()
 	text.UseColor = true
 
 	type versionPair struct {