Skip to content

Commit

Permalink
skip failing test suite (#176967)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 22, 2024
1 parent 492652d commit 5ad7b80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/metrics_ui/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default function ({ getService }: FtrProviderContext) {
const apmSynthtraceKibanaClient = getService('apmSynthtraceKibanaClient');
const esClient = getService('es');

describe('GET /infra/services', () => {
// Failing: See https://github.com/elastic/kibana/issues/176967
describe.skip('GET /infra/services', () => {
let synthtraceApmClient: ApmSynthtraceEsClient;
const from = new Date(Date.now() - 1000 * 60 * 2).toISOString();
const to = new Date().toISOString();
Expand Down

0 comments on commit 5ad7b80

Please sign in to comment.