Skip to content

Commit

Permalink
skip failing suite (#76581)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 2, 2020
1 parent 1ffe249 commit 46aef4b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default function ({ getService }: FtrProviderContext) {
const reportingAPI = getService('reportingAPI');
const usageAPI = getService('usageAPI');

describe('Usage', () => {
// FAILING: https://github.com/elastic/kibana/issues/76581
describe.skip('Usage', () => {
before(async () => {
await esArchiver.load(OSS_KIBANA_ARCHIVE_PATH);
await esArchiver.load(OSS_DATA_ARCHIVE_PATH);
Expand Down

0 comments on commit 46aef4b

Please sign in to comment.