mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing es promotion (#162427)
This commit is contained in:
parent
7af3bf5797
commit
1c7eff0204
1 changed files with 2 additions and 1 deletions
|
@ -268,7 +268,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
});
|
||||
|
||||
for (const testData of testDataList) {
|
||||
describe(`${testData.suiteTitle}`, function () {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/162427
|
||||
describe.skip(`${testData.suiteTitle}`, function () {
|
||||
before(async () => {
|
||||
await ml.navigation.navigateToMl();
|
||||
await ml.navigation.navigateToDataFrameAnalytics();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue