Skip to content

Commit

Permalink
Fix tests - but couldnt test locally
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Jul 1, 2021
1 parent d1b5f89 commit fe583d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion test/functional/apps/discover/_doc_table_newline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await security.testUser.setRoles(['kibana_admin', 'kibana_message_with_newline']);
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/message_with_newline');
await kibanaServer.uiSettings.replace({
defaultIndex: 'message_with_newline',
defaultIndex: 'newline-test',
'doc_table:legacy': true,
});
await PageObjects.common.navigateToApp('discover');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,27 +1,7 @@
{
"type": "index",
"value": {
"index": "without-timefield",
"settings": {
"index": {
"number_of_replicas": "0",
"number_of_shards": "1"
}
}
}
}

{
"type": "index",
"value": {
"index": "with-timefield",
"mappings": {
"properties": {
"@timestamp": {
"type": "date"
}
}
},
"index": "newline-test",
"settings": {
"index": {
"number_of_replicas": "0",
Expand Down

0 comments on commit fe583d2

Please sign in to comment.