Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR re-enables a previously skipped unit test by removing the Skip parameter from the [Fact] attribute. The test was temporarily disabled with a TODO comment indicating it should be re-enabled after a core update.
- Removes the Skip parameter from a test method to make it executable again
|
Test Results 14 files - 24 14 suites - 24 4m 16s ⏱️ -32s Results for commit c6ce4ed. ± Comparison against base commit 898ff97. This pull request removes 1570 and adds 1544 tests. Note that renamed tests count towards both. |
🚀 Benchmark ResultsDetails
|
👽 Mutation ResultsaweXpectDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0aweXpect.CoreDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0 |
|
This is addressed in release v2.23.0. |



This PR re-enables a previously skipped unit test by removing the
Skipparameter from the[Fact]attribute. The test was temporarily disabled with a TODO comment indicating it should be re-enabled after a core update.