From a3e0a3d9ae8def5a8219fb9c3d012b849c534811 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Mon, 4 Mar 2019 16:23:07 +0000 Subject: [PATCH] Skip the V4 signing bucket fetch test temporarily A fix for this is working its way through to production --- .../UrlSignerTest.V4SignerTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/UrlSignerTest.V4SignerTest.cs b/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/UrlSignerTest.V4SignerTest.cs index 3bdcfa15bb92..6b7ae0905fcc 100644 --- a/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/UrlSignerTest.V4SignerTest.cs +++ b/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/UrlSignerTest.V4SignerTest.cs @@ -45,7 +45,7 @@ public V4SignerTest(StorageFixture fixture) public async Task GetTest() => await _fixture.FinishDelayTest(GetTestName()); private void GetTest_InitDelayTest() => GetTest_Common(_fixture, Signer); - [Fact] + [Fact(Skip = "Currently only works with lower-case x-goog headers; fix is on its way")] public async Task GetBucketTest() => await _fixture.FinishDelayTest(GetTestName()); private void GetBucketTest_InitDelayTest() => GetBucketTest_Common(_fixture, Signer);