Skip to content

Commit

Permalink
fix cypress ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Jun 2, 2023
1 parent 24725f3 commit 3dd0e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/defend_workflows_cypress/endpoint_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
const config = defendWorkflowsCypressConfig.getAll();
const hostIp = getLocalhostRealIp();

const enabledFeatureFlags: Array<keyof ExperimentalFeatures> = ['responseActionExecuteEnabled'];
const enabledFeatureFlags: Array<keyof ExperimentalFeatures> = [];

return {
...config,
Expand Down

0 comments on commit 3dd0e0a

Please sign in to comment.