Skip to content

Commit

Permalink
[SOM] fix flaky suites (#91809)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
Bamieh and kibanamachine committed Feb 18, 2021
1 parent c5dabc2 commit 386afdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion test/functional/apps/management/_import_objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ 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,8 +55,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await button.click();
};

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

0 comments on commit 386afdc

Please sign in to comment.