Skip to content

Commit c7950d6

Browse files
author
ALENA NABOKA
committed
comment files removing
1 parent a79e9a6 commit c7950d6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/e2e/tests/critical-path/files-auto-update/enablement-area-autoupdate.e2e.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ if (fs.existsSync(workingDirectory)) {
2222
const tutorialsTimestampPath = `${workingDirectory}/tutorials/build.json`;
2323
const tutorialsTimeSeriesFilePath = `${workingDirectory}/tutorials/redis_stack/redis_for_time_series.md`;
2424

25-
// Remove md files from local folder. When desktop test will start, files will be updated from remote repository
26-
fs.unlinkSync(guidesGraphIntroductionFilePath);
27-
fs.unlinkSync(tutorialsTimeSeriesFilePath);
25+
// Remove md files from local folder. When desktop tests are started, files will be updated from remote repository
26+
// Need to uncomment when desktop tests are started
27+
// fs.unlinkSync(guidesGraphIntroductionFilePath);
28+
// fs.unlinkSync(tutorialsTimeSeriesFilePath);
2829

2930
// Update timestamp for build files
3031
const guidesTimestampFile = editJsonFile(guidesTimestampPath);

0 commit comments

Comments
 (0)