Skip to content

Commit

Permalink
for now, exclude Test_NullableResults
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike committed Dec 20, 2024
1 parent 365a5e1 commit 81aa26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HarmonyTests/Patching/Arguments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ public void Test_RenamedArguments()
Assert.AreEqual("val1, patched, val2, hello", log);
}

[Test]
[Test, Explicit("Crashes and throws NRE in some configurations: see https://discord.com/channels/131466550938042369/674571535570305060/1319451813975687269")]
public void Test_NullableResults()
{
var res1 = new NullableResults().Method();
Expand Down

0 comments on commit 81aa26a

Please sign in to comment.