Skip to content

Commit 6cb7ccc

Browse files
committed
debug: disable cleanup to debug deployed service
1 parent 16c38b1 commit 6cb7ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run/helloworld/test/system.test.js

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

80-
execSync(cleanUpCmd);
80+
//execSync(cleanUpCmd);
8181
});
8282

8383
it('Service uses the NAME override', async () => {

0 commit comments

Comments
 (0)