Skip to content

Commit 46ead26

Browse files
authored
[browser] disable UmaReadWriteGenericStringStructArray_ThrowsArgumentException test (#118209)
1 parent f7ef150 commit 46ead26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Runtime/tests/System.IO.UnmanagedMemoryStream.Tests/Uma.ReadWriteStructArray.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public static void UmaReadWriteStructArrayGenericIntStruct_Valid()
115115
}
116116

117117
[Fact]
118+
[ActiveIssue("https://github.com/dotnet/runtime/issues/117166", TestPlatforms.Browser)]
118119
public static void UmaReadWriteGenericStringStructArray_ThrowsArgumentException()
119120
{
120121
const int capacity = 100;

0 commit comments

Comments
 (0)