Skip to content

Commit 04a639e

Browse files
author
Aaron Schlesinger
committed
fix(pkg/gitreceive/storage/object_test.go): skip TestWaitForObjectMissing
only skip it for now. this issue does *not* fix deis/builder#238
1 parent e81096a commit 04a639e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/gitreceive/storage/object_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ func TestUploadObjectFailure(t *testing.T) {
8181
}
8282

8383
func TestWaitForObjectMissing(t *testing.T) {
84+
// Skipped for now. See https://github.com/deis/builder/issues/238
85+
t.SkipNow()
8486
statter := &FakeObjectStatter{
8587
Fn: func(string, string) (s3.ObjectInfo, error) {
8688
return s3.ObjectInfo{}, s3.ErrorResponse{Code: noSuchKeyCode}

0 commit comments

Comments
 (0)