diff --git a/x-pack/test/api_integration/apis/slos/get_slo.ts b/x-pack/test/api_integration/apis/slos/get_slo.ts index e61bab90e4cac..4fa2eec47acd6 100644 --- a/x-pack/test/api_integration/apis/slos/get_slo.ts +++ b/x-pack/test/api_integration/apis/slos/get_slo.ts @@ -14,7 +14,8 @@ import { SloEsClient } from './helper/es'; import { sloData } from './fixtures/create_slo'; export default function ({ getService }: FtrProviderContext) { - describe('Get SLOs', function () { + // FLAKY: https://github.com/elastic/kibana/issues/177806 + describe.skip('Get SLOs', function () { this.tags('skipCloud'); const supertestAPI = getService('supertest');