Skip to content

Commit

Permalink
fix: skip NeptuneGraph client test (#4549)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddsriv authored Dec 14, 2023
1 parent f75308c commit adb08a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/clients.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ var customConstructorArgs = {

for (var serviceAbbreviation in metadata) {
var clientName = metadata[serviceAbbreviation].name;
if (clientName === 'NeptuneGraph') {
continue; // NeptuneGraph is not present in AWS SDK for JSv2.
}
describe(
'Instantiating AWS.' + clientName + ' clients',
(function(clientName, serviceAbbreviation) {
Expand Down

0 comments on commit adb08a9

Please sign in to comment.