Skip to content

Commit

Permalink
skip flaky suite (#176544)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 15, 2024
1 parent e0cdced commit 8b4c655
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
});
});

registry.when('failed transactions with data', { config: 'trial', archives: ['8.0.0'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/176544
registry.when.skip('failed transactions with data', { config: 'trial', archives: ['8.0.0'] }, () => {
it('runs queries and returns results', async () => {
const overallDistributionResponse = await apmApiClient.readUser({
endpoint: 'POST /internal/apm/latency/overall_distribution/transactions',
Expand Down

0 comments on commit 8b4c655

Please sign in to comment.