Skip to content

Commit

Permalink
skip failing test suite (#142248)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 4, 2022
1 parent fc8407d commit f82f756
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const ml = getService('ml');
const browser = getService('browser');

describe('Notifications list', function () {
// Failing: See https://github.com/elastic/kibana/issues/142248
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');
Expand Down

0 comments on commit f82f756

Please sign in to comment.