Skip to content

Commit

Permalink
Disabling Darwin Sync tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nhachicha committed Nov 1, 2023
1 parent ea50805 commit fed3971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ pipeline {
// This will overwrite previous test results, but should be ok as we would not get here
// if previous stages failed.
{
testAndCollect("packages", "cleanAllTests -PsyncUsePlatformNetworking=true macosTest -PincludeSdkModules=false")
testAndCollect("packages", "cleanAllTests macosTest -PincludeSdkModules=false")
},
])
}
Expand All @@ -222,7 +222,7 @@ pipeline {
steps {
testWithServer([
{
testAndCollect("packages", "cleanAllTests -PsyncUsePlatformNetworking=true iosTest -PincludeSdkModules=false")
testAndCollect("packages", "cleanAllTests iosTest -PincludeSdkModules=false")
}
])
}
Expand Down

0 comments on commit fed3971

Please sign in to comment.