Skip to content

Commit

Permalink
unskip Failing test: Chrome UI Functional Tests.test/functional/apps/…
Browse files Browse the repository at this point in the history
…dashboard/group4/dashboard_empty·ts (#149889)

Fixes #149256

Flaky test runner
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1824

Fix in #149582. `await
kibanaServer.importExport.unload(kbnDirectory);` is getting the `error
ECONNRESET`. Underlining cause determined to be @pgayvallet "Yeah, so
apparently it's related to the fact that
kibanaServer.importExport.unload calls bulkDelete with the summary from
the import file, which is not a valid SO. Not sure why it doesn't
constantly crashes on master though, as my changes in
#149582 makes it quite obvious"
  • Loading branch information
nreese authored Jan 30, 2023
1 parent b90ddba commit 4e66e01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/dashboard/group4/dashboard_empty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await testSubjects.click('saveIndexPatternButton');
};

// FLAKY: https://github.com/elastic/kibana/issues/149256
describe.skip('dashboard empty state', () => {
describe('dashboard empty state', () => {
const kbnDirectory = 'test/functional/fixtures/kbn_archiver/dashboard/current/kibana';

before(async function () {
Expand Down

0 comments on commit 4e66e01

Please sign in to comment.