Skip to content

Commit 4d105b0

Browse files
authored
Bug 571641: Disable unstable REST Client tests in gates (#3319)
<!-- Thank you for submitting a Pull Request. If you're new to contributing to BCApps please read our pull request guideline below * https://github.com/microsoft/BCApps/Contributing.md --> #### Summary <!-- Provide a general summary of your changes --> Disable unstable REST Client tests until they are refactored to use mocks. #### Work Item(s) <!-- Add the issue number here after the #. The issue needs to be open and approved. Submitting PRs with no linked issues or unapproved issues is highly discouraged. --> Fixes [AB#571641](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/571641)
1 parent 38fa81c commit 4d105b0

File tree

1 file changed

+8
-36
lines changed

1 file changed

+8
-36
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,10 @@
11
[
2-
{
3-
"bug": "524800",
4-
"codeunitId": 134971,
5-
"codeunitName": "Rest Client Tests",
6-
"method": "TestResponseWithCookies"
7-
},
8-
{
9-
"bug": "524800",
10-
"codeunitId": 134971,
11-
"codeunitName": "Rest Client Tests",
12-
"method": "TestRequestWithCookies"
13-
},
14-
{
15-
"bug": "524800",
16-
"codeunitId": 134971,
17-
"codeunitName": "Rest Client Tests",
18-
"method": "TestGetAsJson"
19-
},
20-
{
21-
"bug": "524800",
22-
"codeunitId": 134971,
23-
"codeunitName": "Rest Client Tests",
24-
"method": "TestWithoutUseResponseCookies"
25-
},
26-
{
27-
"bug": "524800",
28-
"codeunitId": 134971,
29-
"codeunitName": "Rest Client Tests",
30-
"method": "TestWithUseResponseCookies"
31-
},
32-
{
33-
"bug": "524800",
34-
"codeunitId": 134971,
35-
"codeunitName": "Rest Client Tests",
36-
"method": "TestUseResponseCookiesWithAdditionalCookies"
37-
}
2+
{
3+
"bug": "554885",
4+
"codeunitId": 134971,
5+
"codeunitName": "Rest Client Tests",
6+
"method": "*",
7+
"owner": "\\AI Business Solutions\\Integrations",
8+
"path": "App/BCApps/src/System Application/Test/Rest Client"
9+
}
3810
]

0 commit comments

Comments
 (0)