Skip to content

Commit

Permalink
ci: adds missing suppressions for failing integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Oct 18, 2024
1 parent eaa8e95 commit 7dacd03
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions it/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,21 @@
"apisguru::github.com:api.github.com": {
"MockServerITFolder": "gh",
"Suppressions": [
{
"Language": "typescript",
"Rationale": "https://github.com/microsoft/kiota/issues/5634"
},
{
"Language": "php",
"Rationale": "https://github.com/microsoft/kiota/issues/5635"
},
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/1816"
},
{
"Language": "python",
"Rationale": "https://github.com/microsoft/kiota/issues/5636"
}
],
"ExcludePatterns": [
Expand Down Expand Up @@ -230,6 +242,10 @@
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/2484"
},
{
"Language": "python",
"Rationale": "https://github.com/microsoft/kiota/issues/5637"
}
]
},
Expand Down

0 comments on commit 7dacd03

Please sign in to comment.