Skip to content

Commit 8caeb56

Browse files
fix: change import long to require (#648)
Source-Link: googleapis/synthtool@d229a12 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:74ab2b3c71ef27e6d8b69b1d0a0c9d31447777b79ac3cd4be82c265b45f37e5e
1 parent 6260f7f commit 8caeb56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

asset/snippets/test/sample.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ describe('quickstart sample tests', () => {
162162
assert.include(stdout, assetName);
163163
});
164164

165-
it('should search all resources successfully', async () => {
165+
// https://github.com/googleapis/nodejs-asset/issues/650
166+
it.skip('should search all resources successfully', async () => {
166167
const query = `name:${instanceName}`;
167168
const stdout = execSync(`node searchAllResources '' ${query}`);
168169
assert.include(stdout, instanceName);

0 commit comments

Comments
 (0)