mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
skip failing es promotion suite (#162581)
This commit is contained in:
parent
cb18f5fe79
commit
708fd851a6
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ export default function ({ getService }: FtrProviderContext) {
|
||||||
expect(nonAjaxResponse.headers['www-authenticate']).to.be(undefined);
|
expect(nonAjaxResponse.headers['www-authenticate']).to.be(undefined);
|
||||||
});
|
});
|
||||||
|
|
||||||
// FLAKY: https://github.com/elastic/kibana/issues/162581
|
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/162581
|
||||||
describe.skip('post-authentication stage', () => {
|
describe.skip('post-authentication stage', () => {
|
||||||
for (const client of ['start-contract', 'request-context', 'custom']) {
|
for (const client of ['start-contract', 'request-context', 'custom']) {
|
||||||
it(`expired access token should be automatically refreshed by the ${client} client`, async function () {
|
it(`expired access token should be automatically refreshed by the ${client} client`, async function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue