Skip to content

Commit ec690db

Browse files
author
Florian
committed
Readded the check of TestInitialSync
1 parent a1117ef commit ec690db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkg/devspace/sync/sync_config_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ func TestInitialSync(t *testing.T) {
100100
return
101101
}
102102

103-
//checkFilesAndFolders(t, filesToCheck, foldersToCheck, local, remote, 10*time.Second)
103+
//This seems to hang in travis
104+
checkFilesAndFolders(t, filesToCheck, foldersToCheck, local, remote, 10*time.Second)
104105
}
105106

106107
func TestNormalSync(t *testing.T) {

0 commit comments

Comments
 (0)