chore: Disable android rerun, reduce android timeout

Disabled rerun to rely on external auto retry
This commit is contained in:
jay 2024-03-05 15:15:28 -05:00 коммит произвёл Jerome Laban
Родитель 813cca998b
Коммит e7ef299f6d
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -76,7 +76,7 @@ jobs:
dependsOn:
- Android_Build_NetCoreMobile_For_Tests
timeoutInMinutes: 90
timeoutInMinutes: 45
variables:
CI_Build: true
SourceLinkEnabled: false
@ -102,7 +102,7 @@ jobs:
SAMPLEAPP_ARTIFACT_NAME: uitests-android-netcoremobile-build
TARGETPLATFORM_NAME: net7
FAILBUILD_ON_FAILURE: true
ALLOW_RERUN: true
ALLOW_RERUN: false
UITEST_TEST_TIMEOUT: '270s'
${{ each testGroup in parameters.runtimeTestsGroups }}:
@ -125,7 +125,7 @@ jobs:
SAMPLEAPP_ARTIFACT_NAME: uitests-android-netcoremobile-build
TARGETPLATFORM_NAME: net7
FAILBUILD_ON_FAILURE: true
ALLOW_RERUN: true
ALLOW_RERUN: false
UITEST_TEST_TIMEOUT: '270s'
# Android 10 testing is disabled because of https://github.com/microsoft/appcenter/issues/1451