Skip to content

Commit

Permalink
skip flaky suite (#75044)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 19, 2021
1 parent 75ca7e4 commit 9d56919
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const testSubjects = getService('testSubjects');
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', // to access stack management
Expand Down

0 comments on commit 9d56919

Please sign in to comment.