Skip to content

Commit e4d3279

Browse files
Add Test-DbaDbLogShipStatus to appveyor_disabled group
Test-DbaDbLogShipStatus has been added to the appveyor_disabled group in the Pester test configuration to prevent it from running on AppVeyor. do (*Compare*)
1 parent c592f25 commit e4d3279

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/pester.groups.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ $TestsRunGroups = @{
2222
)
2323
# do not run on appveyor
2424
"appveyor_disabled" = @(
25-
'Backup-DbaDbCertificate'
25+
'Backup-DbaDbCertificate',
26+
'Test-DbaDbLogShipStatus'
2627
)
2728
# do not run everywhere
2829
"disabled" = @()

0 commit comments

Comments
 (0)