File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ import (
2626
2727// TestACL runs all of the package tests.
2828func TestACL (t * testing.T ) {
29+ t .Skip ("Skipping due to project permissions changes, see: b/445769988" )
2930 tc := testutil .SystemTest (t )
3031 ctx := context .Background ()
3132 client , err := storage .NewClient (ctx )
Original file line number Diff line number Diff line change @@ -584,6 +584,7 @@ func TestBucketWebsiteInfo(t *testing.T) {
584584}
585585
586586func TestSetBucketPublicIAM (t * testing.T ) {
587+ t .Skip ("Skipping due to project permissions changes, see: b/445769988" )
587588 tc := testutil .SystemTest (t )
588589 ctx := context .Background ()
589590
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ func TestMain(m *testing.M) {
6161}
6262
6363func TestFolders (t * testing.T ) {
64+ t .Skip ("Skipping due to project permissions changes, see: b/445769988" )
6465 tc := testutil .SystemTest (t )
6566 ctx := context .Background ()
6667
Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ func TestObjects(t *testing.T) {
220220 t .Errorf ("getMetadata: %v" , err )
221221 }
222222 t .Run ("publicFile" , func (t * testing.T ) {
223+ t .Skip ("Skipping due to project permissions changes, see: b/445769988" )
223224 if err := makePublic (io .Discard , bucket , object1 ); err != nil {
224225 t .Errorf ("makePublic: %v" , err )
225226 }
@@ -376,6 +377,7 @@ func TestKMSObjects(t *testing.T) {
376377}
377378
378379func TestV4SignedURL (t * testing.T ) {
380+ t .Skip ("Skipping due to project permissions changes, see: b/445769988" )
379381 tc := testutil .SystemTest (t )
380382 ctx := context .Background ()
381383 client , err := storage .NewClient (ctx )
You can’t perform that action at this time.
0 commit comments