skip flaky suite (#164420)

This commit is contained in:
Tiago Costa 2023-09-07 19:57:22 +01:00
parent 96bc0c0905
commit d203740ef3
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -49,7 +49,8 @@ export default ({ getService }: FtrProviderContext) => {
return body;
}
describe('get_module', function () {
// FLAKY: https://github.com/elastic/kibana/issues/164420
describe.skip('get_module', function () {
before(async () => {
await ml.testResources.setKibanaTimeZoneToUTC();
});