mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing es promotion suites (#179169)
This commit is contained in:
parent
bfbee9874b
commit
c47473b99a
1 changed files with 2 additions and 1 deletions
|
@ -1029,7 +1029,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
});
|
||||
|
||||
for (const testData of testDataListPositive) {
|
||||
describe('sets up module data', function () {
|
||||
// FAILING ES FORWARD COMPATIBILITY: https://github.com/elastic/kibana/issues/179169
|
||||
describe.skip('sets up module data', function () {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded(testData.sourceDataArchive);
|
||||
await ml.testResources.createIndexPatternIfNeeded(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue