Re-enable Tests-NewObjects-Internal disabled tests#9423
Conversation
Remove Tests-NewObjects-Internal.DisabledTest.json to re-enable the previously disabled tests.
|
Could not find a linked ADO work item. Please link one by using the pattern 'AB#' followed by the relevant work item number. You may use the 'Fixes' keyword to automatically resolve the work item when the pull request is merged. E.g. 'Fixes AB#1234' |
Copilot PR ReviewIteration 1 · Outcome: not-applicable
Knowledge source: https://github.com/microsoft/BCQuality@be1b92b624679f8c031061602e7d3a3b5f71a688 No findings were posted for this iteration. Orchestrator pre-filter (16 file(s) excluded)
Findings produced by the Copilot CLI agent against BCQuality at |
What & why
This re-enables the previously disabled tests in
Tests-NewObjects-Internalby removing theTests-NewObjects-Internal.DisabledTest.jsonfile. That file was skipping 11 test methods (10 inTest Granulesand 1 inCloud Migration Property Test). Deleting it lets those tests run again in CI.Linked work
Fixes #
How I validated this
What I tested and the outcome
Change is limited to deleting a disabled-tests manifest, which re-enables existing tests. No new code or tests added. CI will now exercise the re-enabled tests.
Risk & compatibility
The re-enabled tests may surface failures if the underlying issues that led to their being disabled are still present. Watch the CI run for these test methods.