Skip to content

Commit

Permalink
Re-enable ConsoleKeyInfoTests.Equals_SameData test (#105355)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored Jul 24, 2024
1 parent a6cd5d0 commit cbfd8ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libraries/System.Console/tests/ConsoleKeyInfoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public void Ctor_ValueCtor_ValuesPassedToProperties(bool shift, bool alt, bool c

[Theory]
[MemberData(nameof(SampleConsoleKeyInfos))]
[SkipOnCoreClr("https://github.com/dotnet/runtime/issues/60240", RuntimeTestModes.JitStressRegs)]
public void Equals_SameData(ConsoleKeyInfo cki)
{
ConsoleKeyInfo other = cki; // otherwise compiler warns about comparing the instance with itself
Expand Down

0 comments on commit cbfd8ec

Please sign in to comment.