mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Revert "[SOM] fix flaky suites (#91809)"
This reverts commit 386afdca8f
.
This commit is contained in:
parent
fe35e0de3b
commit
539f33e53b
2 changed files with 3 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue