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 Feb 12, 2024
1 parent a515c2e commit 28f6f18
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.createDataViewIfNeeded('ft_ecommerce', 'order_date');
Expand Down

0 comments on commit 28f6f18

Please sign in to comment.