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 1450463 commit d67dd85Copy full SHA for d67dd85
src/Security/test/DataProtection.Redis.Test/RedisDataProtectionBuilderExtensionsTest.cs
@@ -3,7 +3,6 @@
3
// See the LICENSE file in the project root for more information.
4
5
using System.Net;
6
-using System.Runtime.InteropServices;
7
using System.Text;
8
using Microsoft.AspNetCore.Builder;
9
using Microsoft.AspNetCore.DataProtection;
@@ -20,7 +19,7 @@ namespace Steeltoe.Security.DataProtection.Redis.Test;
20
19
21
public sealed partial class RedisDataProtectionBuilderExtensionsTest
22
{
23
- [SkipOnPlatformFact(nameof(OSPlatform.OSX))]
+ [Fact]
24
public async Task Stores_session_state_in_Redis()
25
26
const string appName = "SHARED-APP-NAME";
0 commit comments