mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#144885)
This commit is contained in:
parent
b2e0035d34
commit
c3f5b6aba5
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 () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/144885
|
||||
describe.skip('Deprecation pages', function () {
|
||||
this.tags('skipFirefox');
|
||||
this.timeout(32000);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue