Skip to content

Commit

Permalink
skip failing test suite (elastic#151889)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and CoenWarmer committed Feb 15, 2024
1 parent b7929e2 commit 6de9bdd
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 6de9bdd

Please sign in to comment.