Skip to content

Commit ce3c9df

Browse files
authored
Disable the UTFStringConversionFailures test on CI runs (#114747)
1 parent 248d6f4 commit ce3c9df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/CollectionMarshallingFails.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ public static partial void NegateBoolsRef2D_ClearMarshalling(
110110
public class CollectionMarshallingFails
111111
{
112112
[Fact]
113-
public void UTFStringConversionFailures()
113+
[SkipOnCI("Allocates enough memory that the OOM killer can kill the process on our Helix machines.")]
114+
public void BigUTFStringConversionFailures()
114115
{
115116
bool threw = false;
116117
try

0 commit comments

Comments
 (0)