Skip to content

Commit

Permalink
Skip openapi 3.1.0 apis as it is not supported yet
Browse files Browse the repository at this point in the history
  • Loading branch information
shenie committed Jul 21, 2021
1 parent 6ca92de commit b7c2bd5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/specs/real-world/fetch-api-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ function deleteProblematicAPIs (apis) {
// hangs
delete apis["presalytics.io:ooxml"]

// openapi 3.1.0 not yet supported
delete apis["adyen.com:AccountService"];
delete apis["adyen.com:BalancePlatformService"];
delete apis["adyen.com:CheckoutService"];
delete apis["adyen.com:FundService"];
delete apis["adyen.com:HopService"];
delete apis["adyen.com:MarketPayNotificationService"];
delete apis["adyen.com:NotificationConfigurationService"];

}

/**
Expand Down

0 comments on commit b7c2bd5

Please sign in to comment.