Skip to content

Commit 06abf1e

Browse files
committed
Refactor integration tests to remove unnecessary comments about SQL Server service state for named instance context
1 parent 1e8a028 commit 06abf1e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/Integration/Commands/Connect-SqlDscDatabaseEngine.Integration.Tests.ps1

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,6 @@ Describe 'Connect-SqlDscDatabaseEngine' -Tag @('Integration_SQL2017', 'Integrati
8484
}
8585

8686
Context 'When connecting to a named instance' {
87-
BeforeAll {
88-
# Note: SQL Server service is already running from Install-SqlDscServer test for performance optimization
89-
}
90-
91-
AfterAll {
92-
# Note: SQL Server service is left running for subsequent tests for performance optimization
93-
}
94-
9587
It 'Should have the named instance SQL Server service started' {
9688
$getServiceResult = Get-Service -Name 'MSSQL$DSCSQLTEST' -ErrorAction 'Stop'
9789

0 commit comments

Comments
 (0)