Skip to content

Commit

Permalink
skip flaky suite (#93354)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2a74cd9)
  • Loading branch information
spalger committed Jul 8, 2021
1 parent 0d5035e commit d25885e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export default function ({ getService }: FtrProviderContext) {
const kibanaServer = getService('kibanaServer');
const reportingAPI = getService('reportingAPI');

describe('BWC report generation urls', () => {
// FLAKY: https://github.com/elastic/kibana/issues/93354
describe.skip('BWC report generation urls', () => {
before(async () => {
await esArchiver.load(OSS_KIBANA_ARCHIVE_PATH);
await esArchiver.load(OSS_DATA_ARCHIVE_PATH);
Expand Down

0 comments on commit d25885e

Please sign in to comment.