Skip to content

Commit c7f033c

Browse files
committed
Fix Unity test stability.
1 parent 6191799 commit c7f033c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/MsgPack.UnitTest/MessagePackObjectTest.Miscs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public void TestToString_ExtendedTypeObject_AsIs()
131131
[Test]
132132
public void TestToString_AllPossibleTypes_Success()
133133
{
134-
#if MONO || ENABLE_MONO || ( XAMARIN && !AOT )
134+
#if MONO || ENABLE_MONO || ( XAMARIN && !AOT ) || UNITY
135135
Assert.Inconclusive( "Mono Regex causes StackOverflow... ");
136136
#endif
137137
TestToStringCore(

0 commit comments

Comments
 (0)