mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#86602)
This commit is contained in:
parent
a426f8a4ab
commit
56fc7820f1
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
defaultIndex: 'logstash-*',
|
||||
};
|
||||
|
||||
describe('discover app', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/86602
|
||||
describe.skip('discover app', function describeIndexTests() {
|
||||
const fromTime = '2015-09-19 06:31:44.000';
|
||||
const fromTimeString = 'September 19th 2015, 06:31:44.000';
|
||||
const toTime = '2015-09-23 18:31:44.000';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue