File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
tests/e2e/tests/critical-path/files-auto-update Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ if (fs.existsSync(workingDirectory)) {
22
22
const tutorialsTimestampPath = `${ workingDirectory } /tutorials/build.json` ;
23
23
const tutorialsTimeSeriesFilePath = `${ workingDirectory } /tutorials/redis_stack/redis_for_time_series.md` ;
24
24
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);
28
29
29
30
// Update timestamp for build files
30
31
const guidesTimestampFile = editJsonFile ( guidesTimestampPath ) ;
You can’t perform that action at this time.
0 commit comments