Skip to content

Commit

Permalink
skip test check for NeptuneGraph (#4551)
Browse files Browse the repository at this point in the history
* fix: skip test check for NeptuneGraph

* Update dist-tools/test/browser-builder.mocha.spec.coffee

Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>

---------

Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
  • Loading branch information
siddsriv and trivikr committed Dec 14, 2023
1 parent 34f8f5d commit 7c61694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-tools/test/browser-builder.mocha.spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe 'ServiceCollector', ->
it 'accepts "all" for all services', ->
add 'all'
Object.keys(helpers.AWS).forEach (name) ->
if helpers.AWS[name].serviceIdentifier
if helpers.AWS[name].serviceIdentifier && name !== 'NeptuneGraph'
assertServiceAdded(name)

it 'throws an error if the service does not exist', ->
Expand Down

0 comments on commit 7c61694

Please sign in to comment.