-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable mobile tests temporarily as per Issue #5839. #5992
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks, @apb7. Just one question :)
@@ -52,7 +52,8 @@ jobs: | |||
# variables and are therefore not available for forks of the repository. | |||
# For more details, refer to https://docs.travis-ci.com/user/environment-variables#encrypting-environment-variables | |||
if: branch = develop AND type = push | |||
env: RUN_E2E_TESTS_MOBILE=true | |||
env: RUN_E2E_TESTS_MOBILE=false | |||
# TODO(apb7): Enable mobile tests. See Issue #5839. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODOs are usually above where the action needs to be taken right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall I put it before the if branching?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or better so, on the same line as the env
thing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh the env has to immediately follow the if? In that case I think it is fine as is....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure about env
immediately following the if
but I haven't seen other examples, therefore the TODO below it.
Codecov Report
@@ Coverage Diff @@
## develop #5992 +/- ##
=======================================
Coverage 45.3% 45.3%
=======================================
Files 520 520
Lines 30667 30667
Branches 4597 4597
=======================================
Hits 13893 13893
Misses 16774 16774 Continue to review full report at Codecov.
|
Explanation
See Issue #5839.
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.