Skip to content

Commit

Permalink
Mark archive.TestApplyLayer as skipped
Browse files Browse the repository at this point in the history
Instead of just returning we call Skip to log that the test
was skipped.
  • Loading branch information
alexlarsson committed Nov 18, 2013
1 parent 427649e commit 8ed4307
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion archive/changes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8ed4307

Please sign in to comment.