mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Skip flaky discover test (#15412)
This commit is contained in:
parent
ba6a02c155
commit
a8ef0e4e81
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
});
|
||||
});
|
||||
|
||||
it('doc view should show oldest time first', function () {
|
||||
it.skip('doc view should show oldest time first', function () {
|
||||
// Note: Could just check the timestamp, but might as well check that the whole doc is as expected.
|
||||
const ExpectedDoc =
|
||||
'September 22nd 2015, 23:50:13.253\ntype:apache index:logstash-2015.09.22 @timestamp:September 22nd 2015, 23:50:13.253'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue