Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Move to outerloop
  • Loading branch information
CarnaViire committed Jul 13, 2021
commit 232436e16139b6242ce6238a2d88b3b4ab0c9170
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ public BufferSegment Append(ReadOnlyMemory<byte> memory)

[Fact]
[OuterLoop("May take several seconds")]
[ActiveIssue("https://github.com/dotnet/runtime/issues/55588")]
public async Task ByteMixingOrNativeAVE_MinimalFailingTest()
{
const int writeSize = 64 * 1024;
Expand Down