Skip to content

Commit

Permalink
skip flaky suite (elastic#164420)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 7, 2023
1 parent 66a8179 commit 70a468c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/ml/modules/get_module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit 70a468c

Please sign in to comment.