Skip to content

Commit 278c04c

Browse files
Remove todo from previously failing test
1 parent a773aa5 commit 278c04c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

integration-test/android.Tests.ps1

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,8 @@ Describe 'MAUI app (<dotnet_version>, <configuration>)' -ForEach $cases -Skip:(-
180180
Dump-ServerErrors -Result $result
181181
$result.HasErrors() | Should -BeFalse
182182
$result.Envelopes() | Should -AnyElementMatch "`"type`":`"System.NullReferenceException`""
183-
# TODO: fix redundant SIGSEGV in Release (#3954)
184-
if ($configuration -eq "Release") {
185-
{ $result.Envelopes() | Should -Not -AnyElementMatch "`"type`":`"SIGSEGV`"" } | Should -Throw
186-
} else {
187-
$result.Envelopes() | Should -Not -AnyElementMatch "`"type`":`"SIGSEGV`""
188-
$result.Envelopes() | Should -HaveCount 1
189-
}
183+
$result.Envelopes() | Should -Not -AnyElementMatch "`"type`":`"SIGSEGV`""
184+
$result.Envelopes() | Should -HaveCount 1
190185
}
191186

192187
It 'Delivers battery breadcrumbs in main thread (<configuration>)' {

0 commit comments

Comments
 (0)