Skip to content

Commit

Permalink
[Flaky test elastic#116048] Unskip tests (elastic#163681)
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo authored Aug 22, 2023
1 parent 2ca1081 commit a8c28d9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
// From https://github.com/elastic/kibana/issues/59588 edit view became read-only json view
// test description changed from "edit" to "inspect"
// Skipping the test to allow code owners to delete or modify the test.
//
// FLAKY: https://github.com/elastic/kibana/issues/116048
describe.skip('inspect visualization', () => {
describe('inspect visualization', () => {
before(async () => {
await PageObjects.settings.navigateTo();
await PageObjects.settings.clickKibanaSavedObjects();
Expand Down

0 comments on commit a8c28d9

Please sign in to comment.