@@ -311,7 +311,7 @@ jobs:
311
311
- run :
312
312
name : .AppImage tests
313
313
command : |
314
- cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split) && cd ../..
314
+ cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings ) && cd ../..
315
315
.circleci/e2e/test.app-image.sh
316
316
- when :
317
317
condition :
@@ -348,7 +348,7 @@ jobs:
348
348
- run : choco install nodejs --version=16.15.1
349
349
- run :
350
350
command : |
351
- cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split) && cd ../..
351
+ cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings ) && cd ../..
352
352
.circleci/e2e/test.exe.cmd
353
353
shell : bash.exe
354
354
- when :
@@ -399,7 +399,7 @@ jobs:
399
399
- run :
400
400
name : Run tests
401
401
command : |
402
- cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split) && cd ../..
402
+ cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings ) && cd ../..
403
403
TEST_BIG_DB_DUMP=$TEST_BIG_DB_DUMP \
404
404
docker-compose \
405
405
-f tests/e2e/rte.docker-compose.yml \
@@ -413,7 +413,7 @@ jobs:
413
413
- run :
414
414
name : Run tests
415
415
command : |
416
- cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split) && cd ../..
416
+ cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings ) && cd ../..
417
417
TEST_BIG_DB_DUMP=$TEST_BIG_DB_DUMP \
418
418
docker-compose \
419
419
-f tests/e2e/rte.docker-compose.yml \
@@ -1218,12 +1218,12 @@ workflows:
1218
1218
requires :
1219
1219
- Build docker image
1220
1220
# e2e desktop tests on AppImage build
1221
- - e2e-app-image :
1222
- name : E2ETest (AppImage) - Nightly
1223
- parallelism : 4
1224
- report : true
1225
- requires :
1226
- - Build app - Linux (stage)
1221
+ # - e2e-app-image:
1222
+ # name: E2ETest (AppImage) - Nightly
1223
+ # parallelism: 4
1224
+ # report: true
1225
+ # requires:
1226
+ # - Build app - Linux (stage)
1227
1227
# # e2e desktop tests on exe build
1228
1228
# - e2e-exe:
1229
1229
# name: E2ETest (exe) - Nightly
0 commit comments