File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ jobs:
143143 --set appId=${{ secrets.PX_APP_ID }} \
144144 --set-file enforcerMetadataContent=./px_metadata.json \
145145 --set-file enforcerConfigJsonContent=/tmp/enforcer-config.json \
146- --set additionalArgs="-k \"(test_vid_extraction_on_first_party_xhr or test_header_based_logger_logs_on_first_party_requests)\"" \
147146 -f ./ci_files/spec-tests-values.yaml \
148147 --wait \
149148 --timeout 60m0s \
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ additionalArgs:
33 - " 3"
44 - " --retry-delay"
55 - " 10"
6+ - " -k"
7+ - " \" (test_vid_extraction_on_first_party_xhr or test_header_based_logger_logs_on_first_party_requests)\" "
68
79internalMockCollectorURL : " http://mock-collector-mock-collector:3001"
810siteURL : " http://java-enforcer-sample-site:3000"
You can’t perform that action at this time.
0 commit comments