Skip to content

Commit a1117ef

Browse files
author
Florian
committed
Readded most of TestInitialSync except for the check at the end
1 parent 1b71e63 commit a1117ef

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pkg/devspace/sync/sync_config_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ func createTestSyncClient(testLocalPath, testRemotePath string) *SyncConfig {
4747
}
4848
}
4949

50-
/*
5150
func TestInitialSync(t *testing.T) {
5251
if runtime.GOOS == "windows" {
5352
t.Skip("Skipping test on windows")
@@ -101,9 +100,8 @@ func TestInitialSync(t *testing.T) {
101100
return
102101
}
103102

104-
checkFilesAndFolders(t, filesToCheck, foldersToCheck, local, remote, 10*time.Second)
103+
//checkFilesAndFolders(t, filesToCheck, foldersToCheck, local, remote, 10*time.Second)
105104
}
106-
*/
107105

108106
func TestNormalSync(t *testing.T) {
109107
if runtime.GOOS == "windows" {

0 commit comments

Comments
 (0)