Skip failing test suite (#170705) (#170719)

## Summary
chore: skip failing test suite -
https://github.com/elastic/kibana/issues/170705
It seems something with the indexes aren't working out, and there's
something blocking a click required for this test
This commit is contained in:
Alex Szabo 2023-11-07 11:20:05 +01:00 committed by GitHub
parent f0ad4dbd3e
commit 26428202e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
}
});
describe('from Timeline', () => {
// failing tests: https://github.com/elastic/kibana/issues/170705
describe.skip('from Timeline', () => {
let timeline: TimelineResponse;
before(async () => {