Skip to content

Commit c1b3e7c

Browse files
Skip the Native Crash integration test on net10
1 parent 0889735 commit c1b3e7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-test/android.Tests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ Describe 'MAUI app (<dotnet_version>, <configuration>)' -ForEach $cases -Skip:(-
156156
$result.Envelopes() | Should -HaveCount 1
157157
}
158158

159-
It 'Native crash (<configuration>)' {
159+
# Skipping on .NET 10.0 for the time being - see https://github.com/getsentry/sentry-dotnet/pull/4750#issuecomment-3583814252
160+
It 'Native crash (<configuration>)' -Skip:($dotnet_version -eq 'net10.0') {
160161
$result = Invoke-SentryServer {
161162
param([string]$url)
162163
RunAndroidApp -Dsn $url -TestArg "Native"

0 commit comments

Comments
 (0)