diff --git a/retail/interactive-tutorials/test/search-with-pagination.test.js b/retail/interactive-tutorials/test/search-with-pagination.test.js index 2f9c64882d..21905da02b 100644 --- a/retail/interactive-tutorials/test/search-with-pagination.test.js +++ b/retail/interactive-tutorials/test/search-with-pagination.test.js @@ -38,7 +38,8 @@ describe('Search with pagination', () => { assert.match(stdout, /Search start/); }); - it('should contain next page token', () => { + // TODO(#4136): Re-enable this test. See https://github.com/GoogleCloudPlatform/nodejs-docs-samples/issues/4136 + it.skip('should contain next page token', () => { assert.match(stdout, /Next page token/); }); diff --git a/retail/interactive-tutorials/test/search-with-query-expansion-spec.test.js b/retail/interactive-tutorials/test/search-with-query-expansion-spec.test.js index 06d5a60c23..242022698c 100644 --- a/retail/interactive-tutorials/test/search-with-query-expansion-spec.test.js +++ b/retail/interactive-tutorials/test/search-with-query-expansion-spec.test.js @@ -97,7 +97,8 @@ describe('Search with query expansion spec', () => { } }); - it('should contain expanded query', () => { + // TODO(#4136): Re-enable this test. See https://github.com/GoogleCloudPlatform/nodejs-docs-samples/issues/4136 + it.skip('should contain expanded query', () => { const searchResponse = response[IResponseParams.ISearchResponse]; expect( searchResponse.queryExpansionInfo,