mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
# Backport This will backport the following commits from `main` to `8.6`: - [Unskip dashboard_unsaved_state.ts test (#147215)](https://github.com/elastic/kibana/pull/147215) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Bhavya RM","email":"bhavya@elastic.co"},"sourceCommit":{"committedDate":"2022-12-08T14:37:02Z","message":"Unskip dashboard_unsaved_state.ts test (#147215)","sha":"22e5040a9bafbccfb4f4c53a6115acdd822e3e18","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:prev-minor","v8.6.0","v8.7.0"],"number":147215,"url":"https://github.com/elastic/kibana/pull/147215","mergeCommit":{"message":"Unskip dashboard_unsaved_state.ts test (#147215)","sha":"22e5040a9bafbccfb4f4c53a6115acdd822e3e18"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/147215","number":147215,"mergeCommit":{"message":"Unskip dashboard_unsaved_state.ts test (#147215)","sha":"22e5040a9bafbccfb4f4c53a6115acdd822e3e18"}}]}] BACKPORT--> Co-authored-by: Bhavya RM <bhavya@elastic.co>
This commit is contained in:
parent
4ee69a07a3
commit
0c9e0801e7
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
let unsavedPanelCount = 0;
|
||||
const testQuery = 'Test Query';
|
||||
|
||||
// FLAKY https://github.com/elastic/kibana/issues/112812
|
||||
describe.skip('dashboard unsaved state', () => {
|
||||
describe('dashboard unsaved state', () => {
|
||||
before(async () => {
|
||||
await kibanaServer.savedObjects.cleanStandardList();
|
||||
await kibanaServer.importExport.load(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue