mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#192023)
This commit is contained in:
parent
0c8dd0a047
commit
8d7fbb7306
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue