diff --git a/spanner/api/SpannerTest/Tests.cs b/spanner/api/SpannerTest/Tests.cs index 20e310535cf..a265ccf89ba 100644 --- a/spanner/api/SpannerTest/Tests.cs +++ b/spanner/api/SpannerTest/Tests.cs @@ -63,7 +63,7 @@ public QuickStartTests(QuickStartFixture fixture) _fixture.ProjectId, _fixture.InstanceId, _fixture.DatabaseId); } - [Fact] + [Fact(Skip = "https://github.com/GoogleCloudPlatform/dotnet-docs-samples/issues/1062")] public void TestQuickStart() { CommandLineRunner runner = new CommandLineRunner()