Skip to content

Commit 66714ee

Browse files
committed
tests(Storage): Skip HMAC tests.
See b/477663109
1 parent e1e92ef commit 66714ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class HmacKeysTest
3333

3434
public HmacKeysTest(StorageFixture fixture) => _fixture = fixture;
3535

36-
[Fact]
36+
[Fact(Skip = "b/477663109")]
3737
// This test is async because of the helpers for testing eventually consistent changes.
3838
// We are testing sync production code though.
3939
public async Task Lifecycle()
@@ -102,7 +102,7 @@ await _fixture.EventuallyAsync(s_hmacKeyStateChangeConsistencyDelay, () =>
102102
});
103103
}
104104

105-
[Fact]
105+
[Fact(Skip = "b/477663109")]
106106
public async Task LifecycleAsync()
107107
{
108108
var client = _fixture.Client;

apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.Snippets/UrlSignerSnippets.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public async Task ComputeSignedURLGet()
8686
Assert.Equal(_fixture.HelloWorldContent, content);
8787
}
8888

89-
[Fact]
89+
[Fact(Skip = "b/477663109")]
9090
public async Task HmacSignedURLGet()
9191
{
9292
var bucketName = _fixture.BucketName;

0 commit comments

Comments
 (0)