Skip to content

Commit

Permalink
Skip failing endgame tests (#70548)
Browse files Browse the repository at this point in the history
Co-authored-by: spalger <spalger@users.noreply.github.com>
  • Loading branch information
Spencer and spalger authored Jul 2, 2020
1 parent 257c115 commit eca4cc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/endpoint_api_integration_no_ingest/apis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
import { FtrProviderContext } from '../ftr_provider_context';

export default function endpointAPIIntegrationTests({ loadTestFile }: FtrProviderContext) {
describe('Endpoint plugin', function () {
// Failing ES snapshot promotion: https://github.com/elastic/kibana/issues/70535
describe.skip('Endpoint plugin', function () {
this.tags('ciGroup7');
loadTestFile(require.resolve('./metadata'));
});
Expand Down

0 comments on commit eca4cc5

Please sign in to comment.