Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip assertion when the test blips. (elastic#9251)
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.
- Loading branch information