Skip to content

Commit

Permalink
Skips Logging test that timeouts. See #1066.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Jun 3, 2020
1 parent 50f32c5 commit cc87681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/api/LoggingTest/LoggingTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit cc87681

Please sign in to comment.