Skip to content

Commit

Permalink
skip flaky suite (#165084)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 16, 2023
1 parent b69c619 commit 3cbf42e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function ({ getService }: FtrProviderContext) {
id: model.name,
}));

describe('trained models', function () {
// FLAKY: https://github.com/elastic/kibana/issues/165084
describe.skip('trained models', function () {
// 'Created at' will be different on each run,
// so we will just assert that the value is in the expected timestamp format.
const builtInModelData = {
Expand Down

0 comments on commit 3cbf42e

Please sign in to comment.