We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6191799 commit c7f033cCopy full SHA for c7f033c
1 file changed
test/MsgPack.UnitTest/MessagePackObjectTest.Miscs.cs
@@ -131,7 +131,7 @@ public void TestToString_ExtendedTypeObject_AsIs()
131
[Test]
132
public void TestToString_AllPossibleTypes_Success()
133
{
134
-#if MONO || ENABLE_MONO || ( XAMARIN && !AOT )
+#if MONO || ENABLE_MONO || ( XAMARIN && !AOT ) || UNITY
135
Assert.Inconclusive( "Mono Regex causes StackOverflow... ");
136
#endif
137
TestToStringCore(
0 commit comments