mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
b23b3d6bac
commit
97abfaa63f
2 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue