diff --git a/components/content-service/pkg/storage/gcloud_test.go b/components/content-service/pkg/storage/gcloud_test.go index 2778b842679290..a60aad438761bd 100644 --- a/components/content-service/pkg/storage/gcloud_test.go +++ b/components/content-service/pkg/storage/gcloud_test.go @@ -31,6 +31,8 @@ import ( ) func TestObjectAccessToNonExistentObj(t *testing.T) { + t.Skip() + server := *fakestorage.NewServer([]fakestorage.Object{}) defer server.Stop()