Skip to content

Commit 7b67668

Browse files
committed
debugging
1 parent ea8bf74 commit 7b67668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

78-
execSync(cleanUpCmd);
78+
//execSync(cleanUpCmd); #TODO(glasnt): debugging
7979
});
8080

8181
it('Can successfully make a request', async () => {

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); //FIX(glasnt): debugging
69+
execSync(cleanUpCmd);
7070
});
7171

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

0 commit comments

Comments
 (0)