File tree Expand file tree Collapse file tree 2 files changed +22
-22
lines changed
tests/e2e/tests/web/critical-path/database Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -1146,36 +1146,36 @@ workflows:
1146
1146
only :
1147
1147
- /^e2e/feature.*/
1148
1148
- /^e2e/bugfix.*/
1149
- # - setup-sign-certificates:
1150
- # name: Setup sign certificates (stage)
1151
- # requires:
1152
- # - Start E2E Tests
1153
- # - setup-build:
1154
- # name: Setup build (stage)
1155
- # requires:
1156
- # - Setup sign certificates (stage)
1157
- # - linux:
1158
- # name: Build app - Linux (stage)
1159
- # env: stage
1160
- # redisstack: false
1161
- # target: AppImage
1162
- # requires:
1163
- # - Setup build (stage)
1149
+ - setup-sign-certificates :
1150
+ name : Setup sign certificates (stage)
1151
+ requires :
1152
+ - Start E2E Tests
1153
+ - setup-build :
1154
+ name : Setup build (stage)
1155
+ requires :
1156
+ - Setup sign certificates (stage)
1157
+ - linux :
1158
+ name : Build app - Linux (stage)
1159
+ env : stage
1160
+ redisstack : false
1161
+ target : AppImage
1162
+ requires :
1163
+ - Setup build (stage)
1164
1164
- docker :
1165
1165
name : Build docker image
1166
1166
requires :
1167
1167
- Start E2E Tests
1168
1168
- e2e-tests :
1169
1169
name : E2ETest
1170
1170
build : docker
1171
- parallelism : 1
1171
+ parallelism : 4
1172
1172
requires :
1173
1173
- Build docker image
1174
- # - e2e-app-image:
1175
- # name: E2ETest (AppImage)
1176
- # parallelism: 2
1177
- # requires:
1178
- # - Build app - Linux (stage)
1174
+ - e2e-app-image :
1175
+ name : E2ETest (AppImage)
1176
+ parallelism : 2
1177
+ requires :
1178
+ - Build app - Linux (stage)
1179
1179
# Workflow for feature, bugfix, main branches
1180
1180
feature-main-branch :
1181
1181
<< : *ignore-for-manual-build
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ fixture `Encryption`
31
31
. afterEach ( async ( ) => {
32
32
await databaseHelper . deleteDatabase ( ossSentinelConfig . masters [ 1 ] . alias ) ;
33
33
} ) ;
34
- test . only ( 'Verify that data encrypted using KEY' , async t => {
34
+ test ( 'Verify that data encrypted using KEY' , async t => {
35
35
const decryptionError = 'Unable to decrypt data' ;
36
36
// Connect to DB
37
37
await myRedisDatabasePage . clickOnDBByName ( ossSentinelConfig . masters [ 1 ] . alias ) ;
You can’t perform that action at this time.
0 commit comments