Skip to content

Commit b00cc9b

Browse files
committed
disable cleanup for debugging
1 parent 0fc96bc commit b00cc9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run/idp-sql/test/system.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ describe('System Tests', () => {
116116
if (SAMPLE_VERSION) cleanUpCmd += `,_VERSION=${SAMPLE_VERSION}`;
117117
if (SERVICE_ACCOUNT) cleanUpCmd += `,_SERVICE_ACCOUNT=${SERVICE_ACCOUNT}`;
118118

119-
execSync(cleanUpCmd, {shell: true});
119+
//TODO(glasnt): re-enable cleanup
120+
//execSync(cleanUpCmd, {shell: true});
120121
});
121122

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

0 commit comments

Comments
 (0)