Skip to content

Commit 9ebd9bb

Browse files
committed
skip failing test suite (elastic#232405)
1 parent 9b8f4ec commit 9ebd9bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • x-pack/solutions/security/test/security_solution_api_integration/test_suites/entity_analytics/entity_store/trial_license_complete_tier

x-pack/solutions/security/test/security_solution_api_integration/test_suites/entity_analytics/entity_store/trial_license_complete_tier/host_transform.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ export default function (providerContext: FtrProviderContext) {
4949
const es = providerContext.getService('es');
5050
const dataView = dataViewRouteHelpersFactory(supertest);
5151

52-
describe('@ess Host transform logic', () => {
52+
// Failing: See https://github.com/elastic/kibana/issues/232405
53+
describe.skip('@ess Host transform logic', () => {
5354
describe('Entity Store is not installed by default', () => {
5455
it("Should return 200 and status 'not_installed'", async () => {
5556
const { body } = await supertest.get('/api/entity_store/status').expect(200);

0 commit comments

Comments
 (0)