mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#154578)
This commit is contained in:
parent
55d5f11d13
commit
22956209ac
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue