Skip to content

Commit 74166cd

Browse files
committed
testing of temporary file
1 parent f3fa47f commit 74166cd

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
description: Number of threads to run tests
303303
type: integer
304304
default: 1
305-
parallelism: << parameters.parallelism >>
305+
# parallelism: << parameters.parallelism >>
306306
steps:
307307
- checkout
308308
- attach_workspace:
@@ -340,7 +340,7 @@ jobs:
340340
description: Number of threads to run tests
341341
type: integer
342342
default: 1
343-
parallelism: << parameters.parallelism >>
343+
# parallelism: << parameters.parallelism >>
344344
steps:
345345
- checkout
346346
- attach_workspace:
@@ -383,7 +383,7 @@ jobs:
383383
description: Number of threads to run tests
384384
type: integer
385385
default: 1
386-
parallelism: << parameters.parallelism >>
386+
# parallelism: << parameters.parallelism >>
387387
steps:
388388
- checkout
389389
- when:
@@ -1050,7 +1050,7 @@ workflows:
10501050
- e2e-tests:
10511051
name: E2ETest
10521052
build: docker
1053-
parallelism: 4
1053+
parallelism: 1
10541054
requires:
10551055
- Build docker image
10561056

tests/e2e/tests/critical-path/monitor/save-commands.e2e.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ test
7575
//Check the toggle
7676
await t.expect(monitorPage.saveLogSwitchButton.visible).notOk('The toggle is not displayed when Profiler is started');
7777
});
78-
//skipped due the temp file is not created after the start of profiler
79-
test.skip
78+
test.only
8079
.meta({ rte: rte.standalone })('Verify that when user switch toggle to ON and started the Profiler, temporary Log file Created and recording', async t => {
8180
const cli_command = 'command';
8281
//Remember the number of files in Temp

0 commit comments

Comments
 (0)