Skip to content

Commit

Permalink
skip failing test suite (#167090)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 22, 2023
1 parent 1f9f572 commit ae90171
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default function upgradeAssistantFunctionalTests({
const security = getService('security');
const log = getService('log');

describe('Deprecation pages', function () {
// Failing: See https://github.com/elastic/kibana/issues/167090
describe.skip('Deprecation pages', function () {
this.tags(['skipFirefox', 'upgradeAssistant']);

before(async () => {
Expand Down

0 comments on commit ae90171

Please sign in to comment.