mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#164420)
This commit is contained in:
parent
96bc0c0905
commit
d203740ef3
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue