Skip to content

Commit

Permalink
Flaky test #118488 (#189542)
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo authored Jul 30, 2024
1 parent cb5dea2 commit 89f703f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ export class SavedObjectsPageObject extends FtrService {
await this.testSubjects.click('savedObjectsManagementDelete');
if (confirmDelete) {
await this.testSubjects.click('confirmModalConfirmButton');
await this.testSubjects.waitForDeleted('confirmModalConfirmButton');
await this.waitTableIsLoaded();
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
const esArchiver = getService('esArchiver');
const testSubjects = getService('testSubjects');

// Failing: See https://github.com/elastic/kibana/issues/118488
describe.skip('saved objects management with hidden types', () => {
describe('saved objects management with hidden types', () => {
before(async () => {
await esArchiver.load(
'test/functional/fixtures/es_archiver/saved_objects_management/hidden_types'
Expand Down

0 comments on commit 89f703f

Please sign in to comment.