Skip to content

Commit

Permalink
skip failing test suite (#184278)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 27, 2024
1 parent dc63a6a commit 641aab0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function ({ getService, getPageObjects }) {
const PageObjects = getPageObjects(['common', 'settings']);
const esDeleteAllIndices = getService('esDeleteAllIndices');

describe('hybrid index pattern', function () {
// Failing: See https://github.com/elastic/kibana/issues/184278
describe.skip('hybrid index pattern', function () {
//Since rollups can only be created once with the same name (even if you delete it),
//we add the Date.now() to avoid name collision if you run the tests locally back to back.
const rollupJobName = `hybrid-index-pattern-test-rollup-job-${Date.now()}`;
Expand Down

0 comments on commit 641aab0

Please sign in to comment.