Skip to content

Commit

Permalink
skip flaky suite (#160178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 29, 2023
1 parent 00e30ea commit bd55245
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/management/_files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'filesManagement']);
const testSubjects = getService('testSubjects');

describe('Files management', () => {
// FLAKY: https://github.com/elastic/kibana/issues/160178
describe.skip('Files management', () => {
before(async () => {
await PageObjects.filesManagement.navigateTo();
});
Expand Down

0 comments on commit bd55245

Please sign in to comment.