Unskip interactive setup functional tests (#157863)

Resolves https://github.com/elastic/kibana/issues/157017
Resolves https://github.com/elastic/kibana/issues/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
https://github.com/elastic/elasticsearch/pull/96061.

I will not be running a flaky test suite here, as these tests were
consistently failing, as opposed to flaky.
This commit is contained in:
Larry Gregory 2023-05-16 09:20:00 -04:00 committed by GitHub
parent b23b3d6bac
commit 97abfaa63f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

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

View file

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