Merge pull request #42 from alexlarsson/dm-plugin-archive-test-skip
Mark archive.TestApplyLayer as skipped Upstream-commit: e42b5745797a63608e63f9985cc2547c3b68ed69 Component: engine
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user