Skip to content

Commit 86d8e17

Browse files
authored
Update restricttion (#616)
1 parent ca1543c commit 86d8e17

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/testengine.user.storagestate/DataverseStorageStateUserManagerModule.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ public void SetupState(IXmlRepository xmlRepository = null)
110110
throw new InvalidDataException($"Certificate {dataProtectionCertificate} not found");
111111
}
112112

113-
if (!PlatformHelper.IsWindows())
114-
{
115-
throw new ApplicationException();
116-
}
117-
118113
serviceCollection.AddDataProtection()
119114
.SetApplicationName("TestEngine")
120115
.ProtectKeysWithCertificate(cert)

0 commit comments

Comments
 (0)