Skip to content

Commit 1b71e63

Browse files
author
Florian
committed
Readded TestNormalSync because the error seems to be in TestNormalSync
1 parent d93a160 commit 1b71e63

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pkg/devspace/sync/sync_config_test.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import (
66
"path"
77
"path/filepath"
88
"regexp"
9+
"runtime"
10+
"sort"
911
"strings"
1012
"testing"
1113
"time"
@@ -99,8 +101,9 @@ func TestInitialSync(t *testing.T) {
99101
return
100102
}
101103
102-
checkFilesAndFolders(t, filesToCheck, foldersToCheck, local, remote, 15*time.Second)
104+
checkFilesAndFolders(t, filesToCheck, foldersToCheck, local, remote, 10*time.Second)
103105
}
106+
*/
104107

105108
func TestNormalSync(t *testing.T) {
106109
if runtime.GOOS == "windows" {
@@ -172,7 +175,6 @@ func TestNormalSync(t *testing.T) {
172175
checkFilesAndFolders(t, filesToCheck, foldersToCheck, local, remote, 10*time.Second)
173176

174177
}
175-
*/
176178

177179
func setExcludePaths(syncClient *SyncConfig, testCases testCaseList) {
178180

0 commit comments

Comments
 (0)