Skip to content

Commit 51e0584

Browse files
committed
Skip unreliable tests
These tests are failing in unpredictable ways on the CI. Skipping these to avoid noise until we can investigate.
1 parent 1e23165 commit 51e0584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Dapr.Actors.Test/ApiTokenTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Dapr.Actors.Test
1414
{
1515
public class ApiTokenTests
1616
{
17-
[Fact]
17+
[Fact(Skip = "https://github.com/dapr/dotnet-sdk/issues/596")]
1818
public async Task CreateProxyWithRemoting_WithApiToken()
1919
{
2020
await using var client = TestClient.CreateForMessageHandler();
@@ -38,7 +38,7 @@ public async Task CreateProxyWithRemoting_WithApiToken()
3838
headerValues.Should().Contain("test_token");
3939
}
4040

41-
[Fact]
41+
[Fact(Skip = "https://github.com/dapr/dotnet-sdk/issues/596")]
4242
public async Task CreateProxyWithRemoting_WithNoApiToken()
4343
{
4444
await using var client = TestClient.CreateForMessageHandler();

0 commit comments

Comments
 (0)