Skip to content

Commit 415b9d2

Browse files
committed
Remove unnecessary comment about SQL Server service state in Get-SqlDscAgentAlert integration tests
1 parent 06abf1e commit 415b9d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Integration/Commands/Get-SqlDscAgentAlert.Integration.Tests.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ Describe 'Get-SqlDscAgentAlert' -Tag @('Integration_SQL2017', 'Integration_SQL20
3434
# Integration tests are run on the DSCSQLTEST instance
3535
$script:sqlServerInstance = 'DSCSQLTEST'
3636

37-
# Note: SQL Server service is already running from Install-SqlDscServer test for performance optimization
38-
3937
$mockSqlAdministratorUserName = 'SqlAdmin' # Using computer name as NetBIOS name throw exception.
4038
$mockSqlAdministratorPassword = ConvertTo-SecureString -String 'P@ssw0rd1' -AsPlainText -Force
4139

0 commit comments

Comments
 (0)