Skip to content
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

Attempt to fix some intermittent E2E test failures #6971

Merged
merged 2 commits into from
May 28, 2018
Merged

Conversation

noisysocks
Copy link
Member

@noisysocks noisysocks commented May 28, 2018

The multi-block-selection and managing-links E2E tests seem to fail intermittently in Travis CI but always pass locally for me.

My guess is that it's because we're sometimes calling asynchronous functions without waiting (using await) for the result.

It's difficult to verify that this PR fixes the issue. An 'All checks have passed' is good—but we might have just gotten lucky 🤷‍♂️

@noisysocks noisysocks added the [Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests. label May 28, 2018
@noisysocks noisysocks changed the title Attempt to fix managing-links E2E test Attempt to fix some intermittent E2E test failures May 28, 2018
Copy link
Member

@pento pento left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻 Let's see if this helps.

@noisysocks noisysocks merged commit 5c8c274 into master May 28, 2018
@noisysocks noisysocks deleted the fix/e2e-tests branch May 28, 2018 03:57
@noisysocks noisysocks added this to the 3.0 milestone May 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants