Skip to content

Commit

Permalink
skip failing test suite (#184277)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 27, 2024
1 parent 641aab0 commit 5049fbb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default function ({ getService, getPageObjects }) {
const esDeleteAllIndices = getService('esDeleteAllIndices');

// Failing: See https://github.com/elastic/kibana/issues/184278
// Failing: See https://github.com/elastic/kibana/issues/184277
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.
Expand Down

0 comments on commit 5049fbb

Please sign in to comment.