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:
Nathan Reese 2025-03-12 07:37:56 -06:00 committed by GitHub
parent 6f07d18265
commit dce80083c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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