Skip to content

Commit

Permalink
Skip flaky discover test (elastic#15412)
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Dec 8, 2017
1 parent 8f80023 commit d1f7774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/discover/_field_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d1f7774

Please sign in to comment.