Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 454f16c

Browse files
committed
Disable DeriveBytes' KnownValues tests on Unix (Issue 1956)
1 parent 0d03533 commit 454f16c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/System.Security.Cryptography.DeriveBytes/tests/Rfc2898Tests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ public static void GetBytes_StreamLike()
207207
}
208208

209209
[Fact]
210+
[ActiveIssue(1956, PlatformID.AnyUnix)]
210211
public static void GetBytes_KnownValues_1()
211212
{
212213
TestKnownValue(
@@ -223,6 +224,7 @@ public static void GetBytes_KnownValues_1()
223224
}
224225

225226
[Fact]
227+
[ActiveIssue(1956, PlatformID.AnyUnix)]
226228
public static void GetBytes_KnownValues_2()
227229
{
228230
TestKnownValue(
@@ -239,6 +241,7 @@ public static void GetBytes_KnownValues_2()
239241
}
240242

241243
[Fact]
244+
[ActiveIssue(1956, PlatformID.AnyUnix)]
242245
public static void GetBytes_KnownValues_3()
243246
{
244247
TestKnownValue(
@@ -255,6 +258,7 @@ public static void GetBytes_KnownValues_3()
255258
}
256259

257260
[Fact]
261+
[ActiveIssue(1956, PlatformID.AnyUnix)]
258262
public static void GetBytes_KnownValues_4()
259263
{
260264
TestKnownValue(

0 commit comments

Comments
 (0)