Skip to content

Commit 03ec88c

Browse files
committed
tests(Storage): Skip tests that depend on uniform bucket-level access being off.
1 parent 0bca68c commit 03ec88c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/GetObjectTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void Simple()
4141
Assert.Null(obj.Acl);
4242
}
4343

44-
[Fact]
44+
[Fact(Skip = "b/478003908")]
4545
public void FullProjection()
4646
{
4747
var obj = _fixture.Client.GetObject(_fixture.ReadBucket, _fixture.SmallObject,

apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/UniformBucketLevelAccessTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class UniformBucketLevelAccessTest
2727

2828
public UniformBucketLevelAccessTest(StorageFixture fixture) => _fixture = fixture;
2929

30-
[Fact]
30+
[Fact(Skip = "b/478003908")]
3131
public void EnableDisableOnExistingBucket()
3232
{
3333
string bucketName = _fixture.GenerateBucketName();

0 commit comments

Comments
 (0)