Skip to content

Commit

Permalink
skip failing es promotion suites (#154740)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 11, 2023
1 parent 56796db commit da3c06c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions x-pack/test/security_solution_endpoint_api_int/apis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ export default function endpointAPIIntegrationTests(providerContext: FtrProvider
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/154740
// loadTestFile(require.resolve('./endpoint_response_actions/execute'));
loadTestFile(require.resolve('./file_upload_index'));
loadTestFile(require.resolve('./endpoint_artifacts/trusted_apps'));
loadTestFile(require.resolve('./endpoint_artifacts/event_filters'));
loadTestFile(require.resolve('./endpoint_artifacts/host_isolation_exceptions'));
loadTestFile(require.resolve('./endpoint_artifacts/blocklists'));
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/154740
// loadTestFile(require.resolve('./endpoint_artifacts/trusted_apps'));
// loadTestFile(require.resolve('./endpoint_artifacts/event_filters'));
// loadTestFile(require.resolve('./endpoint_artifacts/host_isolation_exceptions'));
// loadTestFile(require.resolve('./endpoint_artifacts/blocklists'));
//
});
}

0 comments on commit da3c06c

Please sign in to comment.