Skip to content

Commit 1e8a028

Browse files
committed
Remove requirement to start/stop Windows service for integration tests
1 parent 9df2ef1 commit 1e8a028

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/instructions/SqlServerDsc-guidelines.instructions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ applyTo: "**"
3737
## Tests Requirements
3838
- Unit tests: Add `$env:SqlServerDscCI = $true` in `BeforeAll`, remove in `AfterAll`
3939
- Integration tests:
40-
- If requiring SQL Server DB, start the Windows service in `BeforeAll`, stop it in `AfterAll`.
4140
- Use `Connect-SqlDscDatabaseEngine` for SQL Server DB session, and always with correct CI credentials
4241
- Use `Disconnect-SqlDscDatabaseEngine` after `Connect-SqlDscDatabaseEngine`
4342
- Test config: tests/Integration/Commands/README.md and tests/Integration/Resources/README.md

0 commit comments

Comments
 (0)