Skip to content

Commit d67dd85

Browse files
committed
Do not skip Redis test on macOS
1 parent 1450463 commit d67dd85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Security/test/DataProtection.Redis.Test/RedisDataProtectionBuilderExtensionsTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44

55
using System.Net;
6-
using System.Runtime.InteropServices;
76
using System.Text;
87
using Microsoft.AspNetCore.Builder;
98
using Microsoft.AspNetCore.DataProtection;
@@ -20,7 +19,7 @@ namespace Steeltoe.Security.DataProtection.Redis.Test;
2019

2120
public sealed partial class RedisDataProtectionBuilderExtensionsTest
2221
{
23-
[SkipOnPlatformFact(nameof(OSPlatform.OSX))]
22+
[Fact]
2423
public async Task Stores_session_state_in_Redis()
2524
{
2625
const string appName = "SHARED-APP-NAME";

0 commit comments

Comments
 (0)