Skip to content

Commit

Permalink
skip flaky suite (#161853)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 13, 2023
1 parent ded257f commit 64f5252
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
});
}

registry.when(
// FLAKY: https://github.com/elastic/kibana/issues/161853
registry.when.skip(
'Agent latest versions when configuration is defined',
{ config: 'basic', archives: [] },
() => {
Expand Down

0 comments on commit 64f5252

Please sign in to comment.