[8.10] [Flaky test #116048] Unskip tests (#163681) (#164417)

# Backport

This will backport the following commits from `main` to `8.10`:
- [[Flaky test #116048] Unskip tests
(#163681)](https://github.com/elastic/kibana/pull/163681)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Alejandro Fernández
Haro","email":"alejandro.haro@elastic.co"},"sourceCommit":{"committedDate":"2023-08-22T10:35:22Z","message":"[Flaky
test #116048] Unskip tests
(#163681)","sha":"a8c28d9951dbd9c23c0a4107e983c199fb02ffb9","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","technical
debt","release_note:skip","backport:prev-minor","v8.11.0"],"number":163681,"url":"https://github.com/elastic/kibana/pull/163681","mergeCommit":{"message":"[Flaky
test #116048] Unskip tests
(#163681)","sha":"a8c28d9951dbd9c23c0a4107e983c199fb02ffb9"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/163681","number":163681,"mergeCommit":{"message":"[Flaky
test #116048] Unskip tests
(#163681)","sha":"a8c28d9951dbd9c23c0a4107e983c199fb02ffb9"}}]}]
BACKPORT-->

Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
This commit is contained in:
Kibana Machine 2023-08-22 06:42:38 -04:00 committed by GitHub
parent aeedd83a9b
commit a3bd1a679b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();