Skip to content

Commit ea4f296

Browse files
committed
remove only
1 parent cd592fb commit ea4f296

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.circleci/config.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,36 +1146,36 @@ workflows:
11461146
only:
11471147
- /^e2e/feature.*/
11481148
- /^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)
11641164
- docker:
11651165
name: Build docker image
11661166
requires:
11671167
- Start E2E Tests
11681168
- e2e-tests:
11691169
name: E2ETest
11701170
build: docker
1171-
parallelism: 1
1171+
parallelism: 4
11721172
requires:
11731173
- 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)
11791179
# Workflow for feature, bugfix, main branches
11801180
feature-main-branch:
11811181
<<: *ignore-for-manual-build

tests/e2e/tests/web/critical-path/database/encryption.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fixture `Encryption`
3131
.afterEach(async() => {
3232
await databaseHelper.deleteDatabase(ossSentinelConfig.masters[1].alias);
3333
});
34-
test.only('Verify that data encrypted using KEY', async t => {
34+
test('Verify that data encrypted using KEY', async t => {
3535
const decryptionError = 'Unable to decrypt data';
3636
// Connect to DB
3737
await myRedisDatabasePage.clickOnDBByName(ossSentinelConfig.masters[1].alias);

0 commit comments

Comments
 (0)