Skip to content

Commit

Permalink
fix: skip config and service test for neptunegraph (#4553)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddsriv committed Dec 14, 2023
1 parent 84cf046 commit cee25f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/config.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ describe('AWS.Config', function() {
if (!hasProp.call(allServices, className)) continue;
var ctor = allServices[className];
var serviceIdentifier = className.toLowerCase();
if (serviceIdentifier === 'neptunegraph') continue;
results.push((function(id) {
it(id + ' to be set', function() {
var config = new AWS.Config();
Expand Down
1 change: 1 addition & 0 deletions test/service.spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cee25f8

Please sign in to comment.