Skip to content

Commit

Permalink
skip failing test suite (#192023)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 4, 2024
1 parent 0c8dd0a commit 8d7fbb7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ export default function ({ getService }: FtrProviderContext) {
.then((result) => (result as unknown as SearchResults).hits.hits);
}

describe('task partitions', () => {
// Failing: See https://github.com/elastic/kibana/issues/192023
describe.skip('task partitions', () => {
beforeEach(async () => {
const exists = await es.indices.exists({ index: testHistoryIndex });
if (exists) {
Expand Down

0 comments on commit 8d7fbb7

Please sign in to comment.