Skip to content

Commit 174c502

Browse files
committed
Skip debug mode for breadcrumb tests
1 parent 40283e5 commit 174c502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-test/android.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Describe 'MAUI app (<tfm>, <configuration>)' -ForEach @(
182182
}
183183
}
184184

185-
It 'Delivers battery breadcrumbs in main thread (<configuration>)' {
185+
It 'Delivers battery breadcrumbs in main thread (<configuration>)' -Skip:($configuration -eq "Debug") {
186186
try
187187
{
188188
$result = Invoke-SentryServer {
@@ -206,7 +206,7 @@ Describe 'MAUI app (<tfm>, <configuration>)' -ForEach @(
206206
}
207207
}
208208

209-
It 'Delivers network breadcrumbs in main thread (<configuration>)' {
209+
It 'Delivers network breadcrumbs in main thread (<configuration>)' -Skip:($configuration -eq "Debug") {
210210
try
211211
{
212212
$result = Invoke-SentryServer {

0 commit comments

Comments
 (0)