Skip to content

Commit

Permalink
fix newly introduced type error (#107593)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Aug 11, 2021
1 parent e4e22ab commit 65a5cb1
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import url from 'url';
import archives_metadata from '../../fixtures/es_archiver/archives_metadata';
import { esArchiverLoad, esArchiverUnload } from '../../tasks/es_archiver';

const { start, end } = archives_metadata['apm_8.0.0'];

Expand All @@ -28,12 +27,6 @@ const apisToIntercept = [
];

describe('Home page', () => {
before(() => {
// esArchiverLoad('apm_8.0.0');
});
after(() => {
// esArchiverUnload('apm_8.0.0');
});
beforeEach(() => {
cy.loginAsReadOnlyUser();
});
Expand Down

0 comments on commit 65a5cb1

Please sign in to comment.