Skip to content

Commit

Permalink
skip archived_data
Browse files Browse the repository at this point in the history
  • Loading branch information
rshen91 committed Jul 5, 2023
1 parent f9f4275 commit 3da44b3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
const reportingAPI = getService('reportingAPI');
const usageAPI = getService('usageAPI');

describe('from archive data', () => {
// printable_pdf endpoint vs printable_pdf_v2
describe.skip('from archive data', () => {
it('generated from 6.2', async () => {
await esArchiver.load('x-pack/test/functional/es_archives/reporting/bwc/6_2');
const [{ stats }] = await usageAPI.getTelemetryStats({ unencrypted: true });
Expand Down

0 comments on commit 3da44b3

Please sign in to comment.