We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e81096a + 04a639e commit 358933aCopy full SHA for 358933a
1 file changed
pkg/gitreceive/storage/object_test.go
@@ -81,6 +81,8 @@ func TestUploadObjectFailure(t *testing.T) {
81
}
82
83
func TestWaitForObjectMissing(t *testing.T) {
84
+ // Skipped for now. See https://github.com/deis/builder/issues/238
85
+ t.SkipNow()
86
statter := &FakeObjectStatter{
87
Fn: func(string, string) (s3.ObjectInfo, error) {
88
return s3.ObjectInfo{}, s3.ErrorResponse{Code: noSuchKeyCode}
0 commit comments