Skip to content

Commit

Permalink
Skip real work api that hangs during validate
Browse files Browse the repository at this point in the history
  • Loading branch information
shenie committed Jul 21, 2021
1 parent fa54e0a commit 6ca92de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/specs/real-world/fetch-api-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ function deleteProblematicAPIs (apis) {
delete apis["docusign.net"];
delete apis["kubernetes.io"];
delete apis["microsoft.com:graph"];

// hangs
delete apis["presalytics.io:ooxml"]

}

/**
Expand Down

0 comments on commit 6ca92de

Please sign in to comment.