[6.x] Skip flaky discover test (#15412) (#15491)

This commit is contained in:
Felix Stürmer 2017-12-08 15:46:25 +01:00 committed by GitHub
parent 2926aab61c
commit f17b1b8f1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'