Skip to content

Commit

Permalink
Disable ImportWithPasswordOrFileName_IterationCountLimitExceeded on 3…
Browse files Browse the repository at this point in the history
…2-bit CPUs (#105455)

- we encountered OOM errors on arm32 Android CI
  • Loading branch information
matouskozak authored Jul 26, 2024
1 parent 7102706 commit 1f626be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void Import_IterationCountLimitExceeded_Throws(string name, string passwo
Assert.Contains(FwlinkId, ce.Message);
}

[ConditionalTheory]
[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.Is64BitProcess))]
[MemberData(nameof(GetCertsWith_IterationCountExceedingDefaultLimit_MemberData))]
public void ImportWithPasswordOrFileName_IterationCountLimitExceeded(string name, string password, bool usesPbes2, byte[] blob, long iterationCount, bool usesRC2)
{
Expand Down

0 comments on commit 1f626be

Please sign in to comment.