Skip to content

Commit

Permalink
skip failing test suite (#151889)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Mar 25, 2023
1 parent 4226a26 commit 974ae09
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const transform = getService('transform');
const pageObjects = getPageObjects(['discover']);

describe('creation_index_pattern', function () {
// Failing: See https://github.com/elastic/kibana/issues/151889
describe.skip('creation_index_pattern', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/ecommerce');
await transform.testResources.createIndexPatternIfNeeded('ft_ecommerce', 'order_date');
Expand Down

0 comments on commit 974ae09

Please sign in to comment.