mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#173267)
This commit is contained in:
parent
1ba247ee71
commit
1154fb19c0
1 changed files with 2 additions and 1 deletions
|
@ -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' })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue