Skip to content

Commit

Permalink
Merge branch 'backport/7.x/pr-54089' into discover/enable-fields-api-7x
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Feb 19, 2021
2 parents b62b021 + 6967214 commit 831d9e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default function ({ getService, getPageObjects }) {
describe('context view for date_nanos with custom timestamp', () => {
before(async function () {
await security.testUser.setRoles(['kibana_admin', 'kibana_date_nanos_custom']);
before(async function() {
await esArchiver.loadIfNeeded('date_nanos_custom');
await kibanaServer.uiSettings.replace({ defaultIndex: TEST_INDEX_PATTERN });
await kibanaServer.uiSettings.update({
Expand Down

0 comments on commit 831d9e6

Please sign in to comment.