Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle test failures better (elastic#9325)
Backports PR elastic#9251 **Commit 1:** Skip assertion when the test blips. Tests fails intermittently, and for identical reasons. When this occurs, skip the test. This only occurs in CI and cannot be reproduced locally. Additional changes: - Use async/await to improve legibility. - Move async behaviour to beforeEach and keep test stubs synchronous to improve labeling of tests. * Original sha: d5b6879 * Authored by Thomas Neirynck <[email protected]> on 2016-11-29T18:32:45Z
- Loading branch information