skip flaky suite (#173267)

This commit is contained in:
Tiago Costa 2023-12-13 23:53:01 +00:00
parent 1ba247ee71
commit 1154fb19c0
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -44,7 +44,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
groupBy: ['service.name', 'service.environment', 'transaction.type', 'transaction.name'],
};
registry.when('transaction duration alert', { config: 'basic', archives: [] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/173267
registry.when.skip('transaction duration alert', { config: 'basic', archives: [] }, () => {
before(async () => {
const opbeansJava = apm
.service({ name: 'opbeans-java', environment: 'production', agentName: 'java' })