We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229b36d commit ca67e42Copy full SHA for ca67e42
integration-test/android.Tests.ps1
@@ -174,7 +174,6 @@ Describe 'MAUI app' -ForEach @(
174
Dump-ServerErrors -Result $result
175
$result.HasErrors() | Should -BeFalse
176
$result.Envelopes() | Should -AnyElementMatch "`"type`":`"System.NullReferenceException`""
177
- # TODO: fix redundant RuntimeException (#3954)
178
- { $result.Envelopes() | Should -Not -AnyElementMatch "`"type`":`"SIGSEGV`"" } | Should -Throw
+ $result.Envelopes() | Should -Not -AnyElementMatch "`"type`":`"SIGSEGV`""
179
}
180
0 commit comments