From cc87681ab5d30b86c5065fdd865aaa25b726a4cf Mon Sep 17 00:00:00 2001 From: Amanda Tarafa Mas Date: Wed, 3 Jun 2020 14:04:24 +0100 Subject: [PATCH] Skips Logging test that timeouts. See #1066. --- logging/api/LoggingTest/LoggingTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/api/LoggingTest/LoggingTest.cs b/logging/api/LoggingTest/LoggingTest.cs index 46f13ef20dc..799f38d6629 100644 --- a/logging/api/LoggingTest/LoggingTest.cs +++ b/logging/api/LoggingTest/LoggingTest.cs @@ -125,7 +125,7 @@ public void TestCreateLogEntry() }); } - [Fact] + [Fact(Skip = "https://github.com/GoogleCloudPlatform/dotnet-docs-samples/issues/1066")] public void TestListEntries() { string logId = "logForTestListEntries" + RandomName();