File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed
tests/e2e/tests/web/critical-path/url-handling Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -1144,33 +1144,33 @@ workflows:
1144
1144
only :
1145
1145
- /^e2e/feature.*/
1146
1146
- /^e2e/bugfix.*/
1147
- - setup-sign-certificates :
1148
- name : Setup sign certificates (stage)
1149
- requires :
1150
- - Start E2E Tests
1151
- - setup-build :
1152
- name : Setup build (stage)
1153
- requires :
1154
- - Setup sign certificates (stage)
1155
- - linux :
1156
- name : Build app - Linux (stage)
1157
- requires :
1158
- - Setup build (stage)
1147
+ # - setup-sign-certificates:
1148
+ # name: Setup sign certificates (stage)
1149
+ # requires:
1150
+ # - Start E2E Tests
1151
+ # - setup-build:
1152
+ # name: Setup build (stage)
1153
+ # requires:
1154
+ # - Setup sign certificates (stage)
1155
+ # - linux:
1156
+ # name: Build app - Linux (stage)
1157
+ # requires:
1158
+ # - Setup build (stage)
1159
1159
- docker :
1160
1160
name : Build docker image
1161
1161
requires :
1162
1162
- Start E2E Tests
1163
1163
- e2e-tests :
1164
1164
name : E2ETest
1165
1165
build : docker
1166
- parallelism : 4
1166
+ parallelism : 1
1167
1167
requires :
1168
1168
- Build docker image
1169
- - e2e-app-image :
1170
- name : E2ETest (AppImage)
1171
- parallelism : 2
1172
- requires :
1173
- - Build app - Linux (stage)
1169
+ # - e2e-app-image:
1170
+ # name: E2ETest (AppImage)
1171
+ # parallelism: 2
1172
+ # requires:
1173
+ # - Build app - Linux (stage)
1174
1174
# Workflow for feature, bugfix, main branches
1175
1175
feature-main-branch :
1176
1176
<< : *ignore-for-manual-build
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function generateLink(params: Record<string, any>): string {
22
22
23
23
const redisConnect = 'redisinsight://databases/connect' ;
24
24
25
- fixture `Add DB from SM`
25
+ fixture . only `Add DB from SM`
26
26
. meta ( { type : 'critical_path' , rte : rte . none } )
27
27
. afterEach ( async ( ) => {
28
28
// Delete all existing connections
You can’t perform that action at this time.
0 commit comments