Disable ui tests stage on CI to avoid flakiness failures

This commit is contained in:
Marino Meneghel 2022-10-31 16:57:29 +01:00
parent 1428bcbf8b
commit 537773a777
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ firebase feature tests:
dependencies:
- build uiAutomation
rules:
- if: '$TEST_TYPE == "feature" || $TEST_TYPE == "regression"'
- when: never
tags:
- medium
variables: