skip failing test suite (#167975)

This commit is contained in:
Kibana Machine 2023-10-04 12:11:10 -04:00
parent 988e5e01a3
commit c0613ee425

View file

@ -27,6 +27,7 @@ export default function apmApiIntegrationTests({ getService, loadTestFile }: Ftr
const registry = getService('registry');
// Failing: See https://github.com/elastic/kibana/issues/167973
// Failing: See https://github.com/elastic/kibana/issues/167975
describe.skip('APM API tests', function () {
const filePattern = getGlobPattern();
const tests = globby.sync(filePattern, { cwd });