mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
unskip Failing test: X-Pack Saved Object Tagging Functional Tests.x-pack/test/saved_object_tagging/functional/tests/dashboard_integration·ts (#213977)
closes https://github.com/elastic/kibana/issues/160583 flaky test runner with 25 runs https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/8018 flaky test runner with 100 runs https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/8019 Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
6f07d18265
commit
dce80083c2
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/160583
|
||||
describe.skip('creating', () => {
|
||||
describe('creating', () => {
|
||||
beforeEach(async () => {
|
||||
await PageObjects.common.navigateToApp('dashboard');
|
||||
await PageObjects.dashboard.gotoDashboardLandingPage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue