Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: remove SPN skip from eventhouses and semantic models tests (#106)
# 📥 Pull Request ## ❓ What are you trying to address This pull request includes changes to remove conditional test skips in the `internal/services/eventhouse/data_eventhouses_test.go` and `internal/services/semanticmodel/data_semantic_models_test.go` files. The most important changes include removing the `testhelp.ShouldSkipTest` checks from the affected test functions. ## ✨ Description of new changes * [`internal/services/eventhouse/data_eventhouses_test.go`](diffhunk://#diff-d9e4745346ceb6b5e1e0db0b1d6ca4bf65525ef2b056c76203700fd592e81c4cL78-L81): Removed the conditional skip check for SPN support in the `TestAcc_EventhousesDataSource` test function. * [`internal/services/semanticmodel/data_semantic_models_test.go`](diffhunk://#diff-018ed8f2e732aaa3c238a1294df9d5d1c946cb03752d7af1b23d5af37da9c1adL78-L81): Removed the conditional skip check for SPN support in the `TestAcc_SemanticModelsDataSource` test function.
- Loading branch information