mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#116056)
This commit is contained in:
parent
35874aa3a3
commit
12b56ab525
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
}
|
||||
}
|
||||
|
||||
describe('POST data_frame/_evaluate', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/116056
|
||||
describe.skip('POST data_frame/_evaluate', () => {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/bm_classification');
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/egs_regression');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue