Skip to content

Commit

Permalink
fix: change import long to require (#648)
Browse files Browse the repository at this point in the history
Source-Link: googleapis/synthtool@d229a12
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:74ab2b3c71ef27e6d8b69b1d0a0c9d31447777b79ac3cd4be82c265b45f37e5e
  • Loading branch information
gcf-owl-bot[bot] authored Aug 23, 2022
1 parent 9210d45 commit 351053e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion asset/snippets/test/sample.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ describe('quickstart sample tests', () => {
assert.include(stdout, assetName);
});

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

0 comments on commit 351053e

Please sign in to comment.