Skip to content

Commit

Permalink
Mark test NonParallelizable
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdettman committed Jan 30, 2024
1 parent 196797d commit 3468223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crypto/test/src/test/SP80038GTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
namespace Org.BouncyCastle.Tests
{
[TestFixture]
public class SP80038GTest
[NonParallelizable] // Environment.SetEnvironmentVariable
public class SP80038GTest
: SimpleTest
{
private class FFSample
Expand Down

0 comments on commit 3468223

Please sign in to comment.