Skip to content

Commit 32f37a8

Browse files
[Security Solution] unskip create_runtime_field Cypress tests (#245325)
## Summary This PR unskips the create_runtime_fields Cypress tests. Running the test locally and everything is working! <img width="637" height="183" alt="Screenshot 2025-12-04 at 5 16 06 PM" src="https://github.com/user-attachments/assets/b6c1c244-764b-42d7-813e-ae6200049961" /> Flaky test runner: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/10001 ### Checklist - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. #236607
1 parent 3d4938f commit 32f37a8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

x-pack/solutions/security/test/security_solution_cypress/cypress/e2e/investigations/data_view/create_runtime_field.cy.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
populateTimeline,
1414
} from '../../../tasks/timeline';
1515

16-
import { hostsUrl, ALERTS_URL } from '../../../urls/navigation';
16+
import { ALERTS_URL, hostsUrl } from '../../../urls/navigation';
1717

1818
import { createRule } from '../../../tasks/api_calls/rules';
1919

@@ -29,8 +29,7 @@ import { SAVE_FIELD_BUTTON } from '../../../screens/create_runtime_field';
2929
const alertRunTimeField = 'field.name.alert.page';
3030
const timelineRuntimeField = 'field.name.timeline';
3131

32-
// Failing: See https://github.com/elastic/kibana/issues/236607
33-
describe.skip('Create DataView runtime field', { tags: ['@ess', '@serverless'] }, () => {
32+
describe('Create DataView runtime field', { tags: ['@ess', '@serverless'] }, () => {
3433
beforeEach(() => {
3534
login();
3635
deleteRuntimeField('security-solution-default', alertRunTimeField);

0 commit comments

Comments
 (0)