mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#89072)
This commit is contained in:
parent
c2ec613ffc
commit
dc6d50a7e8
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
|
||||
const testSubjects = getService('testSubjects');
|
||||
|
||||
describe('overview page', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/89072
|
||||
describe.skip('overview page', function () {
|
||||
const DEFAULT_DATE_START = 'Sep 10, 2019 @ 12:40:08.078';
|
||||
const DEFAULT_DATE_END = 'Sep 11, 2019 @ 19:40:08.078';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue