Merge pull request #42 from alexlarsson/dm-plugin-archive-test-skip
Mark archive.TestApplyLayer as skipped
This commit is contained in:
commit
e42b574579
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue