Skip to content

Commit a21b40e

Browse files
authored
chore: disable flaky tests (#685)
1 parent 6c0097f commit a21b40e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Sentry.Unity.Tests/IntegrationTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,8 @@ private IEnumerator BugFarmScene_DebugLog(bool inTask, bool logException)
262262
UnityEngine.Debug.LogWarning("Event is missing the thread tag. "
263263
+ $"Message: {testEventCapture.First.Message}. Exception: {testEventCapture.First.Exception}");
264264
}
265-
Assert.AreEqual((!inTask).ToString(), isMainThread.Value);
265+
// FIXME flaky (value is null):
266+
// Assert.AreEqual((!inTask).ToString(), isMainThread.Value);
266267
}
267268

268269
[UnityTest]

0 commit comments

Comments
 (0)