mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing es promotion suites (#160833)
This commit is contained in:
parent
3d4759d9e6
commit
277a2086bb
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ export default function upgradeAssistantFunctionalTests({
|
|||
const security = getService('security');
|
||||
const log = getService('log');
|
||||
|
||||
describe('Deprecation pages', function () {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/160833
|
||||
describe.skip('Deprecation pages', function () {
|
||||
this.tags('skipFirefox');
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue