Sfoglia il codice sorgente

Merge pull request #42 from alexlarsson/dm-plugin-archive-test-skip

Mark archive.TestApplyLayer as skipped
Guillaume J. Charmes 11 anni fa
parent
commit
e42b574579
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      archive/changes_test.go

+ 2 - 1
archive/changes_test.go

@@ -251,7 +251,8 @@ func TestChangesDirsMutated(t *testing.T) {
 }
 
 func TestApplyLayer(t *testing.T) {
-	return // Disable this for now as it is broken
+	t.Skip("Skipping TestApplyLayer due to known failures") // Disable this for now as it is broken
+	return
 
 	src, err := ioutil.TempDir("", "docker-changes-test")
 	if err != nil {