skip failing test suite (#192023)

This commit is contained in:
Kibana Machine 2024-09-04 18:49:42 +10:00
parent 0c8dd0a047
commit 8d7fbb7306

View file

@ -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) {