Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Temporarily disable findInPage UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
rpappalax committed Sep 26, 2019
1 parent de93b05 commit 5b72095
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions automation/taskcluster/androidTest/flank-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@ gcloud:
# will start test then leave socket open. reports will be published
# to /results
# see: https://github.com/TestArmada/flank/issues/339
async: false
async: false

# results-history-name
# by default, set to app name
# declare results-history-name to create a separate dropdown menu in Firebase
# see: https://github.com/TestArmada/flank/issues/341
#results-history-name: tmp_parallel

# The number of times a TestExecution should be re-attempted if one or more\nof its test cases fail for any reason.
# The maximum number of reruns allowed is 10. Default is 0, which implies no reruns.
num-flaky-test-attempts: 3

# test and app are the only required args
app: /app/path
test: /test/path
Expand All @@ -34,7 +38,7 @@ gcloud:
performance-metrics: true

device:
- model: Nexus9
- model: Nexus6
version: 25
- model: Pixel2
version: 28
Expand All @@ -48,6 +52,3 @@ flank:
# 1 runs the tests once. 10 runs all the tests 10x
repeat-tests: 1

# The number of times a TestExecution should be re-attempted if one or more\nof its test cases fail for any reason.
# The maximum number of reruns allowed is 10. Default is 0, which implies no reruns.
num-flaky-test-attempts: 3

0 comments on commit 5b72095

Please sign in to comment.