Skip to content

Commit

Permalink
Disable ArrayBufferWriterTests.Advance with JitStress. (#42674)
Browse files Browse the repository at this point in the history
* Disable ArrayBufferWriterTests.Advance with JitStress.

Issue #42517

* Try to disable broader.
  • Loading branch information
Sergey Andreenko authored Sep 25, 2020
1 parent 91d2937 commit dff745d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public void Clear()
}

[Fact]
[SkipOnCoreClr("https://github.com/dotnet/runtime/issues/42517", RuntimeConfiguration.Checked)]
public void Advance()
{
{
Expand Down

0 comments on commit dff745d

Please sign in to comment.