Skip to content

Commit

Permalink
skip suite failing es promotion (#193592)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 23, 2024
1 parent b01b38a commit 0bb781d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1999,7 +1999,8 @@ export const runActionTestSuite = ({
});
});

describe('bulkOverwriteTransformedDocuments', () => {
// Failing ES Promotion: https://github.com/elastic/kibana/issues/193592
describe.skip('bulkOverwriteTransformedDocuments', () => {
it('resolves right when documents do not yet exist in the index', async () => {
const newDocs = [
{ _source: { title: 'doc 5' } },
Expand Down

0 comments on commit 0bb781d

Please sign in to comment.