mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#193895)
This commit is contained in:
parent
7edb90e8bd
commit
e2ebe2b8a4
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('console history', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/193895
|
||||
describe.skip('console history', () => {
|
||||
const sendRequest = async (request: string) => {
|
||||
await PageObjects.console.enterText(request);
|
||||
await PageObjects.console.clickPlay();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue