[APM] Skip integration page test (#134100)

This commit is contained in:
Katerina Patticha 2022-06-09 22:19:32 +02:00 committed by GitHub
parent 8b12549c3f
commit fd4b8e339a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ const apisToIntercept = [
},
];
describe('when navigating to integration page', () => {
describe.skip('when navigating to integration page', () => {
beforeEach(() => {
const integrationsPath = '/app/integrations/browse';