Skip to content

Commit

Permalink
Revert "[SOM] fix flaky suites (#91809)"
Browse files Browse the repository at this point in the history
This reverts commit 386afdc.
  • Loading branch information
jbudz committed Feb 19, 2021
1 parent fe35e0d commit 539f33e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/functional/apps/management/_import_objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const log = getService('log');

// FLAKY: https://github.com/elastic/kibana/issues/89478
describe('import objects', function describeIndexTests() {
describe('.ndjson file', () => {
beforeEach(async function () {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await button.click();
};

describe('saved objects edition page', () => {
// Flaky: https://github.com/elastic/kibana/issues/68400
describe.skip('saved objects edition page', () => {
beforeEach(async () => {
await esArchiver.load('saved_objects_management/edit_saved_object');
});
Expand Down

0 comments on commit 539f33e

Please sign in to comment.