Skip to content

Commit b0bb16c

Browse files
e2e-skip the profiler log tests
1 parent e45ec46 commit b0bb16c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ test
8787
await t.expect(monitorPage.resetProfilerButton.visible).ok('The Reset Profiler button visibility');
8888
await t.expect(monitorPage.downloadLogButton.visible).ok('The Download button visibility');
8989
});
90-
test
90+
//skipped due the error in path
91+
test.skip
9192
.meta({ rte: rte.standalone })('Verify that when user see the toggle is OFF - Profiler logs are not being saved', async t => {
9293
//Remember the number of files in Temp
9394
const numberOfDownloadFiles = fs.readdirSync(downloadsDir).length;
@@ -96,7 +97,8 @@ test
9697
//Check the download files
9798
await t.expect(numberOfDownloadFiles).eql(fs.readdirSync(downloadsDir).length, 'The Profiler logs are not being saved');
9899
});
99-
test
100+
//skipped due the error in path
101+
test.skip
100102
.meta({ rte: rte.standalone })('Verify that when user see the toggle is ON - Profiler logs are being saved', async t => {
101103
//Remember the number of files in Temp
102104
const numberOfDownloadFiles = fs.readdirSync(downloadsDir).length;

0 commit comments

Comments
 (0)