Skip to content

Commit

Permalink
skip flaky suite (#75044)
Browse files Browse the repository at this point in the history
(cherry picked from commit d4f5247)
  • Loading branch information
spalger committed Aug 15, 2020
1 parent 5ba2020 commit 7f5b9a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const findInstance = getService('find');
const esArchiver = getService('esArchiver');

describe('Listing of Reports', function () {
// FLAKY: https://github.com/elastic/kibana/issues/75044
describe.skip('Listing of Reports', function () {
before(async () => {
await security.testUser.setRoles(['kibana_admin', 'reporting_user']);
await esArchiver.load('empty_kibana');
Expand Down

0 comments on commit 7f5b9a4

Please sign in to comment.