Skip to content

Commit d93a160

Browse files
author
Florian
committed
Removd TestInitialSync to find out whether this causes a hanger
1 parent 6373d31 commit d93a160

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/devspace/sync/sync_config_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"path"
77
"path/filepath"
88
"regexp"
9-
"runtime"
109
"strings"
1110
"testing"
1211
"time"
@@ -46,6 +45,7 @@ func createTestSyncClient(testLocalPath, testRemotePath string) *SyncConfig {
4645
}
4746
}
4847

48+
/*
4949
func TestInitialSync(t *testing.T) {
5050
if runtime.GOOS == "windows" {
5151
t.Skip("Skipping test on windows")
@@ -102,7 +102,6 @@ func TestInitialSync(t *testing.T) {
102102
checkFilesAndFolders(t, filesToCheck, foldersToCheck, local, remote, 15*time.Second)
103103
}
104104
105-
/*
106105
func TestNormalSync(t *testing.T) {
107106
if runtime.GOOS == "windows" {
108107
t.Skip("Skipping test on windows")

0 commit comments

Comments
 (0)