skip flaky suite (#144025)

This commit is contained in:
Tiago Costa 2022-10-26 18:50:18 +01:00
parent a0e1911370
commit a022ca4e4c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -70,8 +70,9 @@ export default function ApiTest({ getService }: FtrProviderContext) {
}
);
registry.when('Storage details', { config: 'basic', archives: [] }, () => {
describe('when data is loaded', () => {
// FLAKY: https://github.com/elastic/kibana/issues/144025
registry.when.skip('Storage details', { config: 'basic', archives: [] }, () => {
describe.skip('when data is loaded', () => {
before(async () => {
const serviceGo = apm
.service({ name: serviceName, environment: 'production', agentName: 'go' })