mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
## 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:
parent
f0ad4dbd3e
commit
26428202e5
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue