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

Mark archive.TestApplyLayer as skipped
This commit is contained in:
Guillaume J. Charmes 2013-11-18 13:10:39 -08:00
commit e42b574579
1 changed files with 2 additions and 1 deletions

View File

@ -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 {