Skip to content

Commit 2d6e658

Browse files
committed
Skip 'context view for date_nanos with custom timestamp' functional test
1 parent 9fcbeb3 commit 2d6e658

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/functional/apps/context/_date_nanos_custom_timestamp.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ export default function({ getService, getPageObjects }) {
2828
const docTable = getService('docTable');
2929
const PageObjects = getPageObjects(['common', 'context', 'timePicker', 'discover']);
3030
const esArchiver = getService('esArchiver');
31-
32-
describe('context view for date_nanos with custom timestamp', () => {
31+
// skipped due to a recent change in ES that caused search_after queries with data containing
32+
// custom timestamp formats like in the testdata to fail
33+
describe.skip('context view for date_nanos with custom timestamp', () => {
3334
before(async function() {
3435
await esArchiver.loadIfNeeded('date_nanos_custom');
3536
await kibanaServer.uiSettings.replace({ defaultIndex: TEST_INDEX_PATTERN });

0 commit comments

Comments
 (0)