Skip to content

Commit aafa923

Browse files
committed
reenable cleanup
1 parent 94cb82a commit aafa923

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ describe('System Tests', () => {
125125
if (SAMPLE_VERSION) cleanUpCmd += `,_VERSION=${SAMPLE_VERSION}`;
126126
if (SERVICE_ACCOUNT) cleanUpCmd += `,_SERVICE_ACCOUNT=${SERVICE_ACCOUNT}`;
127127

128-
//TODO(glasnt): re-enable cleanup
129-
//execSync(cleanUpCmd, {shell: true});
128+
execSync(cleanUpCmd, {shell: true});
130129
});
131130

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

0 commit comments

Comments
 (0)