Skip to content

Commit

Permalink
remove against endpoint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Oct 24, 2022
1 parent a310d06 commit 4eb6900
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/api_integration/apis/core/compression.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,5 @@ export default function ({ getService }: FtrProviderContext) {
describe('against an application page', () => {
compressionSuite('/app/kibana');
});
describe('against an endpoint', () => {
compressionSuite('/api/status');
});
});
}

0 comments on commit 4eb6900

Please sign in to comment.