skip flaky suite (#172772)

This commit is contained in:
Tiago Costa 2023-12-07 06:04:26 +00:00
parent f64df5b360
commit 3c494f7b30
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -26,7 +26,8 @@ function getGlobPattern() {
export default function apmApiIntegrationTests({ getService, loadTestFile }: FtrProviderContext) {
const registry = getService('registry');
describe('APM API tests', function () {
// FLAKY: https://github.com/elastic/kibana/issues/172772
describe.skip('APM API tests', function () {
const filePattern = getGlobPattern();
const tests = globby.sync(filePattern, { cwd });