Skip to content

Commit de55320

Browse files
committed
Fix data race problem in sync test
1 parent 00ca6d3 commit de55320

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/devspace/sync/sync_config_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,6 @@ func createTestFolders(local string, remote string, syncClient *SyncConfig) ([]c
336336
"testFolder/noUploadFileRemote",
337337
}
338338

339-
syncClient.initIgnoreParsers()
340-
341339
//Write local files
342340
ioutil.WriteFile(path.Join(local, "testFile1"), []byte(fileContents), 0666)
343341
ioutil.WriteFile(path.Join(local, "testFile2"), []byte(fileContents), 0666)

0 commit comments

Comments
 (0)