Skip to content

Commit 609f415

Browse files
committed
skip failing test suite (#236172)
1 parent ecdc792 commit 609f415

File tree

1 file changed

+2
-1
lines changed
  • x-pack/solutions/security/test/security_solution_api_integration/test_suites/entity_analytics/entity_store/trial_license_complete_tier

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ export default function (providerContext: FtrProviderContext) {
2626
const dataView = dataViewRouteHelpersFactory(supertest);
2727
const entityAnalyticsApi = providerContext.getService('entityAnalyticsApi');
2828

29-
describe('@ess CRUD API - Upsert', () => {
29+
// Failing: See https://github.com/elastic/kibana/issues/236172
30+
describe.skip('@ess CRUD API - Upsert', () => {
3031
describe('upsert user', () => {
3132
before(async () => {
3233
await cleanUpEntityStore(providerContext);

0 commit comments

Comments
 (0)