mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Skip failing timelion typeahead test
This commit is contained in:
parent
ad71e39a1e
commit
0c8c22ec40
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ import expect from '@kbn/expect';
|
|||
export default function({ getPageObjects }) {
|
||||
const PageObjects = getPageObjects(['common', 'timelion', 'settings', 'timePicker']);
|
||||
|
||||
describe('expression typeahead', () => {
|
||||
// https://github.com/elastic/kibana/issues/58817
|
||||
describe.skip('expression typeahead', () => {
|
||||
before(async () => {
|
||||
await PageObjects.timelion.initTests();
|
||||
await PageObjects.timePicker.setDefaultAbsoluteRange();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue