@@ -38,7 +38,6 @@ var _ = DevSpaceDescribe("sync", func() {
3838 })
3939
4040 ginkgo .It ("devspace sync should override permissions on initial sync" , func () {
41- ginkgo .Skip ("permission not synced" )
4241 tempDir , err := framework .CopyToTempDir ("tests/sync/testdata/permissions" )
4342 framework .ExpectNoError (err )
4443 defer framework .CleanupTempDir (initialDir , tempDir )
@@ -272,7 +271,6 @@ var _ = DevSpaceDescribe("sync", func() {
272271 })
273272
274273 ginkgo .It ("should sync to a pod and watch changes" , func () {
275- ginkgo .Skip ("error selecting container: couldn't find a pod / container with everything selector" )
276274 tempDir , err := framework .CopyToTempDir ("tests/sync/testdata/sync-simple" )
277275 framework .ExpectNoError (err )
278276 defer framework .CleanupTempDir (initialDir , tempDir )
@@ -340,7 +338,6 @@ var _ = DevSpaceDescribe("sync", func() {
340338 })
341339
342340 ginkgo .It ("should sync to a pod and not watch changes with --no-watch" , func () {
343- ginkgo .Skip ("imageselector issue" )
344341 tempDir , err := framework .CopyToTempDir ("tests/sync/testdata/sync-simple" )
345342 framework .ExpectNoError (err )
346343 defer framework .CleanupTempDir (initialDir , tempDir )
@@ -389,7 +386,6 @@ var _ = DevSpaceDescribe("sync", func() {
389386 })
390387
391388 ginkgo .It ("should sync to a pod container with --container and --container-path" , func () {
392- ginkgo .Skip ("error selecting container: couldn't find a pod / container with everything selector" )
393389 tempDir , err := framework .CopyToTempDir ("tests/sync/testdata/sync-containers" )
394390 framework .ExpectNoError (err )
395391 defer framework .CleanupTempDir (initialDir , tempDir )
@@ -454,7 +450,6 @@ var _ = DevSpaceDescribe("sync", func() {
454450 })
455451
456452 ginkgo .It ("should sync to a pod container with excludeFile, downloadExcludeFile, and uploadExcludeFile configuration" , func () {
457- ginkgo .Skip ("todo" )
458453 tempDir , err := framework .CopyToTempDir ("tests/sync/testdata/sync-exclude-file" )
459454 framework .ExpectNoError (err )
460455 defer framework .CleanupTempDir (initialDir , tempDir )
0 commit comments