Skip to content

Commit

Permalink
Unskip interactive setup functional tests (#157863)
Browse files Browse the repository at this point in the history
Resolves #157017
Resolves #157018

Unskips our Interactive Setup functional tests, which started failing
after a recent ES snapshot promotion. This was caused by a regression in
Elasticsearch, which was resolved via
elastic/elasticsearch#96061.

I will not be running a flaky test suite here, as these tests were
consistently failing, as opposed to flaky.
  • Loading branch information
legrego committed May 16, 2023
1 parent b23b3d6 commit 97abfaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ export default function ({ getService }: FtrProviderContext) {
const retry = getService('retry');
const log = getService('log');

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/157017
describe.skip('Interactive Setup Functional Tests (Manual configuration)', function () {
describe('Interactive Setup Functional Tests (Manual configuration)', function () {
this.tags('skipCloud');

let verificationCode: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ export default function ({ getService }: FtrProviderContext) {
const retry = getService('retry');
const log = getService('log');

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/157018
describe.skip('Interactive Setup Functional Tests (Manual configuration without TLS)', function () {
describe('Interactive Setup Functional Tests (Manual configuration without TLS)', function () {
this.tags('skipCloud');

let verificationCode: string;
Expand Down

0 comments on commit 97abfaa

Please sign in to comment.