mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip flaky suite (#172772)
This commit is contained in:
parent
f64df5b360
commit
3c494f7b30
1 changed files with 2 additions and 1 deletions
|
@ -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 });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue