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 (
26
26
27
27
// TestACL runs all of the package tests.
28
28
func TestACL (t * testing.T ) {
29
+ t .Skip ("Skipping due to project permissions changes, see: b/445769988" )
29
30
tc := testutil .SystemTest (t )
30
31
ctx := context .Background ()
31
32
client , err := storage .NewClient (ctx )
Original file line number Diff line number Diff line change @@ -584,6 +584,7 @@ func TestBucketWebsiteInfo(t *testing.T) {
584
584
}
585
585
586
586
func TestSetBucketPublicIAM (t * testing.T ) {
587
+ t .Skip ("Skipping due to project permissions changes, see: b/445769988" )
587
588
tc := testutil .SystemTest (t )
588
589
ctx := context .Background ()
589
590
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ func TestMain(m *testing.M) {
61
61
}
62
62
63
63
func TestFolders (t * testing.T ) {
64
+ t .Skip ("Skipping due to project permissions changes, see: b/445769988" )
64
65
tc := testutil .SystemTest (t )
65
66
ctx := context .Background ()
66
67
Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ func TestObjects(t *testing.T) {
220
220
t .Errorf ("getMetadata: %v" , err )
221
221
}
222
222
t .Run ("publicFile" , func (t * testing.T ) {
223
+ t .Skip ("Skipping due to project permissions changes, see: b/445769988" )
223
224
if err := makePublic (io .Discard , bucket , object1 ); err != nil {
224
225
t .Errorf ("makePublic: %v" , err )
225
226
}
@@ -376,6 +377,7 @@ func TestKMSObjects(t *testing.T) {
376
377
}
377
378
378
379
func TestV4SignedURL (t * testing.T ) {
380
+ t .Skip ("Skipping due to project permissions changes, see: b/445769988" )
379
381
tc := testutil .SystemTest (t )
380
382
ctx := context .Background ()
381
383
client , err := storage .NewClient (ctx )
You can’t perform that action at this time.
0 commit comments