We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc96bc commit b00cc9bCopy full SHA for b00cc9b
run/idp-sql/test/system.test.js
@@ -116,7 +116,8 @@ describe('System Tests', () => {
116
if (SAMPLE_VERSION) cleanUpCmd += `,_VERSION=${SAMPLE_VERSION}`;
117
if (SERVICE_ACCOUNT) cleanUpCmd += `,_SERVICE_ACCOUNT=${SERVICE_ACCOUNT}`;
118
119
- execSync(cleanUpCmd, {shell: true});
+ //TODO(glasnt): re-enable cleanup
120
+ //execSync(cleanUpCmd, {shell: true});
121
});
122
123
it('Can successfully make a request', async () => {
0 commit comments