Skip to content

Commit

Permalink
SqlRs and SqlRSSetup: re-enable integration tests (issue dsccommunity…
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Mar 1, 2023
1 parent 9e4fa24 commit e071800
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Get-LocalizedDataRecursive`
- Added documentation how to generate stub modules for the unit tests.
The documentation can be found in ['tests/Unit/Stubs`](https://github.com/dsccommunity/SqlServerDsc/tree/main/tests/Unit/Stubs).
- SqlRSSetup and SqlRS
- Removed the integration test when running against SQL Server 2019,
due to the URL to download the Reporting Services 2019 executable
no longer works.

### Added

Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/DSC_SqlRS.Integration.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ AfterAll {
Get-Module -Name 'CommonTestHelper' -All | Remove-Module -Force
}

Describe "$($script:dscResourceName)_Integration" -Tag @('Integration_SQL2016', 'Integration_SQL2017', <# 'Integration_SQL2019', #> 'Integration_SQL2022') {
Describe "$($script:dscResourceName)_Integration" -Tag @('Integration_SQL2016', 'Integration_SQL2017', 'Integration_SQL2019', 'Integration_SQL2022') {
BeforeAll {
$resourceId = "[$($script:dscResourceFriendlyName)]Integration_Test"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/DSC_SqlRSSetup.Integration.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ AfterAll {
Older versions of Reporting Services (eg. 2016) are integration tested in
separate tests (part of resource SqlSetup).
#>
Describe "$($script:dscResourceName)_Integration" -Tag @('Integration_SQL2017', <# 'Integration_SQL2019', #> 'Integration_SQL2022') {
Describe "$($script:dscResourceName)_Integration" -Tag @('Integration_SQL2017', 'Integration_SQL2019', 'Integration_SQL2022') {
BeforeAll {
$resourceId = "[$($script:dscResourceFriendlyName)]Integration_Test"
}
Expand Down

0 comments on commit e071800

Please sign in to comment.