skip failing test suite (#154578)

This commit is contained in:
Kibana Machine 2023-04-17 13:59:15 -04:00
parent 55d5f11d13
commit 22956209ac

View file

@ -23,7 +23,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const failConfig = { jobId: 'fq_fail', spaceId: undefined };
describe('Notifications list', function () {
// Failing: See https://github.com/elastic/kibana/issues/154578
describe.skip('Notifications list', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');
await ml.testResources.createIndexPatternIfNeeded('ft_farequote', '@timestamp');