Skip to content

Commit

Permalink
skip failing es forward compatibility suites (elastic#176865)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 13, 2024
1 parent 1e2bdad commit e4609a2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@ export default function ({ getService }: FtrProviderContext) {
];

for (const testData of testDataList) {
describe(`${testData.suiteTitle}`, function () {
// FAILING ES FORWARD COMPATIBILITY: https://github.com/elastic/kibana/issues/176865
describe.skip(`${testData.suiteTitle}`, function () {
after(async () => {
await transform.api.deleteIndices(testData.destinationIndex);
await transform.testResources.deleteIndexPatternByTitle(testData.destinationIndex);
Expand Down

0 comments on commit e4609a2

Please sign in to comment.