Skip to content

Commit

Permalink
skip flaky suite (#176949)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 14, 2024
1 parent c615fa5 commit 7a0b836
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
const logger = getService('log');

const synthtraceEsClient = getService('synthtraceEsClient');
registry.when(
// FLAKY: https://github.com/elastic/kibana/issues/176949
registry.when.skip(
'fetching service anomalies with a trial license',
{ config: 'trial', archives: [] },
() => {
Expand Down

0 comments on commit 7a0b836

Please sign in to comment.