We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e23165 commit 51e0584Copy full SHA for 51e0584
test/Dapr.Actors.Test/ApiTokenTests.cs
@@ -14,7 +14,7 @@ namespace Dapr.Actors.Test
14
{
15
public class ApiTokenTests
16
17
- [Fact]
+ [Fact(Skip = "https://github.com/dapr/dotnet-sdk/issues/596")]
18
public async Task CreateProxyWithRemoting_WithApiToken()
19
20
await using var client = TestClient.CreateForMessageHandler();
@@ -38,7 +38,7 @@ public async Task CreateProxyWithRemoting_WithApiToken()
38
headerValues.Should().Contain("test_token");
39
}
40
41
42
public async Task CreateProxyWithRemoting_WithNoApiToken()
43
44
0 commit comments