Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 85f77e6

Browse files
committedApr 19, 2023
[wasm] Disable failing AOT test - System.Collections.Immutable
Issue: dotnet#85012
1 parent 71be885 commit 85f77e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/libraries/System.Collections.Immutable/tests/ImmutableListTestBase.cs

+1
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ public void BinarySearch()
419419
}
420420

421421
[Fact]
422+
[ActiveIssue("https://github.com/dotnet/runtime/issues/85012", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))]
422423
public void BinarySearchPartialSortedList()
423424
{
424425
ImmutableArray<int> reverseSorted = ImmutableArray.CreateRange(Enumerable.Range(1, 150).Select(n => n * 2).Reverse());

0 commit comments

Comments
 (0)
Please sign in to comment.