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 94cb82a commit aafa923Copy full SHA for aafa923
run/idp-sql/test/system.test.js
@@ -125,8 +125,7 @@ describe('System Tests', () => {
125
if (SAMPLE_VERSION) cleanUpCmd += `,_VERSION=${SAMPLE_VERSION}`;
126
if (SERVICE_ACCOUNT) cleanUpCmd += `,_SERVICE_ACCOUNT=${SERVICE_ACCOUNT}`;
127
128
- //TODO(glasnt): re-enable cleanup
129
- //execSync(cleanUpCmd, {shell: true});
+ execSync(cleanUpCmd, {shell: true});
130
});
131
132
it('Can successfully make a request', async () => {
0 commit comments