We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c38b1 commit 6cb7cccCopy full SHA for 6cb7ccc
1 file changed
run/helloworld/test/system.test.js
@@ -77,7 +77,7 @@ describe('End-to-End Tests', () => {
77
if (SAMPLE_VERSION) cleanUpCmd += `,_VERSION=${SAMPLE_VERSION}`;
78
if (SERVICE_ACCOUNT) cleanUpCmd += `,_SERVICE_ACCOUNT=${SERVICE_ACCOUNT}`;
79
80
- execSync(cleanUpCmd);
+ //execSync(cleanUpCmd);
81
});
82
83
it('Service uses the NAME override', async () => {
0 commit comments