Skip to content

Commit ca67e42

Browse files
committed
Android: update integration test
getsentry/sentry-native#1392 fixes #3954
1 parent 229b36d commit ca67e42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration-test/android.Tests.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ Describe 'MAUI app' -ForEach @(
174174
Dump-ServerErrors -Result $result
175175
$result.HasErrors() | Should -BeFalse
176176
$result.Envelopes() | Should -AnyElementMatch "`"type`":`"System.NullReferenceException`""
177-
# TODO: fix redundant RuntimeException (#3954)
178-
{ $result.Envelopes() | Should -Not -AnyElementMatch "`"type`":`"SIGSEGV`"" } | Should -Throw
177+
$result.Envelopes() | Should -Not -AnyElementMatch "`"type`":`"SIGSEGV`""
179178
}
180179
}

0 commit comments

Comments
 (0)