Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Next Next commit
[release/8.0-staging] [Test Only] Disable the UTFStringConversionFail…
…ures test on CI runs (#117489)

Co-authored-by: Jeremy Koritzinsky <[email protected]>
Co-authored-by: Jeremy Koritzinsky <[email protected]>
  • Loading branch information
3 people authored Jul 15, 2025
commit 0ea8b5e7523e26f394e7246c61f8b075cd7b893c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ public static partial void NegateBoolsRef2D_ClearMarshalling(
public class CollectionMarshallingFails
{
[Fact]
public void UTFStringConversionFailures()
[SkipOnCI("Allocates enough memory that the OOM killer can kill the process on our Helix machines.")]
public void BigUTFStringConversionFailures()
{
bool threw = false;
try
Expand Down
Loading