Skip to content

Commit 6373d31

Browse files
author
Florian
committed
Comment out normal test
1 parent 91eb2b8 commit 6373d31

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pkg/devspace/sync/sync_config_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
"path/filepath"
88
"regexp"
99
"runtime"
10-
"sort"
1110
"strings"
1211
"testing"
1312
"time"
@@ -102,6 +101,8 @@ func TestInitialSync(t *testing.T) {
102101

103102
checkFilesAndFolders(t, filesToCheck, foldersToCheck, local, remote, 15*time.Second)
104103
}
104+
105+
/*
105106
func TestNormalSync(t *testing.T) {
106107
if runtime.GOOS == "windows" {
107108
t.Skip("Skipping test on windows")
@@ -172,6 +173,7 @@ func TestNormalSync(t *testing.T) {
172173
checkFilesAndFolders(t, filesToCheck, foldersToCheck, local, remote, 10*time.Second)
173174
174175
}
176+
*/
175177

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

0 commit comments

Comments
 (0)