Full unit test suite isn't running on CI
#1,439 opened on Sep 29, 2025
Repository metrics
- Stars
- (429 stars)
- PR merge metrics
- (PR metrics pending)
Description
If you take a look at the unit tests running in CI, it appears that they aren't all run.
See this run as an example:
Firstly, is this intentional?
If it's not, perhaps we could update the make test command to provide the all tag that seems to be missing?
The other issue is that when it run all the tests locally, a few of them fail. I haven't dived into this yet to see if it's a legitimate failure or an issue with my environment.
Anyone else seeing this?
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform (and Azure DevOps Provider) Version
N/A
Affected Resource(s)
Unit tests are not being run - an example is: data_projects_test.go
Terraform Configuration Files
N/A
Debug Output
See CI test run here:
Panic Output
N/A
Expected Behavior
All tests apart from acceptance should run.
Actual Behavior
A subset of all tests are run.
Steps to Reproduce
- Clone and create a development environment
- Run
make test
Or run CI on the latest main.
Important Factoids
N/A
References
N/A