diff --git a/test/Dapr.Actors.Test/ApiTokenTests.cs b/test/Dapr.Actors.Test/ApiTokenTests.cs index 382b882e..78e159ce 100644 --- a/test/Dapr.Actors.Test/ApiTokenTests.cs +++ b/test/Dapr.Actors.Test/ApiTokenTests.cs @@ -14,7 +14,7 @@ namespace Dapr.Actors.Test { public class ApiTokenTests { - [Fact] + [Fact(Skip = "https://github.com/dapr/dotnet-sdk/issues/596")] public async Task CreateProxyWithRemoting_WithApiToken() { await using var client = TestClient.CreateForMessageHandler(); @@ -38,7 +38,7 @@ namespace Dapr.Actors.Test headerValues.Should().Contain("test_token"); } - [Fact] + [Fact(Skip = "https://github.com/dapr/dotnet-sdk/issues/596")] public async Task CreateProxyWithRemoting_WithNoApiToken() { await using var client = TestClient.CreateForMessageHandler();