File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 32
32
TEST_REPO : ${{ inputs.test_repo != '' && inputs.test_repo || 'opensearch-project/opensearch-dashboards-functional-test' }}
33
33
TEST_BRANCH : " ${{ inputs.test_branch != '' && inputs.test_branch || github.base_ref }}"
34
34
FTR_PATH : ' ftr'
35
- START_CMD : ' node ../scripts/opensearch_dashboards --dev --no-base-path --no-watch --savedObjects.maxImportPayloadBytes=10485760 --server.maxPayloadBytes=1759977 --logging.json=false --data.search.aggs.shardDelay.enabled=true --csp.warnLegacyBrowsers=false'
35
+ START_CMD : ' node ../scripts/opensearch_dashboards --dev --no-base-path --no-watch --savedObjects.maxImportPayloadBytes=10485760 --server.maxPayloadBytes=1759977 --logging.json=false --data.search.aggs.shardDelay.enabled=true --csp.warnLegacyBrowsers=false --uiSettings.overrides[ ' query:enhancements:enabled']=false '
36
36
OPENSEARCH_SNAPSHOT_CMD : ' node ../scripts/opensearch snapshot -E cluster.routing.allocation.disk.threshold_enabled=false'
37
37
CYPRESS_BROWSER : ' chromium'
38
38
CYPRESS_VISBUILDER_ENABLED : true
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ export default function () {
78
78
`--opensearchDashboards.branding.mark.defaultUrl=https://opensearch.org/assets/brand/SVG/Mark/opensearch_mark_default.svg` ,
79
79
`--opensearchDashboards.branding.mark.darkModeUrl=https://opensearch.org/assets/brand/SVG/Mark/opensearch_mark_darkmode.svg` ,
80
80
`--opensearchDashboards.branding.applicationTitle=OpenSearch` ,
81
+ `--uiSettings.overrides['query:enhancements:enabled']=false` ,
81
82
] ,
82
83
} ,
83
84
services,
You can’t perform that action at this time.
0 commit comments