diff --git a/tests/common/BinLog.cs b/tests/common/BinLog.cs index e751dc48c97e..4abda3d95d0a 100644 --- a/tests/common/BinLog.cs +++ b/tests/common/BinLog.cs @@ -112,12 +112,6 @@ public static IEnumerable ReadBuildEvents (string path) continue; yield return record.Args; - - if (record.Args is BuildFinishedEventArgs) { - // Skip over anything that follows - // https://github.com/xamarin/xamarin-macios/issues/18568 - break; - } } }