Skip to content

Commit 404c151

Browse files
committed
debugging
1 parent 74cd94c commit 404c151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/markdown-preview/renderer/test/system.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('End-to-End Tests', () => {
6666
if (SAMPLE_VERSION) cleanUpCmd += `,_VERSION=${SAMPLE_VERSION}`;
6767
if (SERVICE_ACCOUNT) cleanUpCmd += `,_SERVICE_ACCOUNT=${SERVICE_ACCOUNT}`;
6868

69-
execSync(cleanUpCmd);
69+
//execSync(cleanUpCmd); //FIX(glasnt): debugging
7070
});
7171

7272
it('post(/) without body is a bad request', async () => {

0 commit comments

Comments
 (0)