Skip to content

Commit 2273d0f

Browse files
Test which tests still fail (#9765)
1 parent 75cdda5 commit 2273d0f

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

tests/pester.groups.ps1

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,18 @@ $TestsRunGroups = @{
2424
"appveyor_disabled" = @(
2525
# tests that work locally against SQL Server 2022 instances without problems but fail on AppVeyor
2626
'ConvertTo-DbaXESession',
27+
'Dismount-DbaDatabase',
2728
'Export-DbaUser',
2829
'Get-DbaPermission',
2930
'Get-DbaUserPermission',
3031
'Install-DbaDarlingData',
3132
'Invoke-DbaWhoisActive',
3233
'Remove-DbaAvailabilityGroup',
33-
'Remove-DbaDatabaseSafely',
34+
'Remove-DbaLinkedServer',
35+
'Set-DbaAgentJobStep', # This outputs the message "[New-DbaAgentJob] Something went wrong creating the job. | Value cannot be null. / Parameter name: newParent" and failes in Describe with "Cannot bind argument to parameter 'SqlInstance' because it is null."
3436
'Sync-DbaLoginPermission',
35-
'Dismount-DbaDatabase',
3637
# tests that fail locally against SQL Server 2022 instances and fail on AppVeyor
37-
'Set-DbaAgentJobStep',
3838
'Watch-DbaDbLogin',
39-
# tests that fail because the command does not work
40-
'Copy-DbaDbCertificate',
41-
'Export-DbaDacPackage',
4239
# takes too long
4340
'Install-DbaSqlWatch',
4441
'Uninstall-DbaSqlWatch',
@@ -47,9 +44,7 @@ $TestsRunGroups = @{
4744
'Get-DbaCpuRingBuffer',
4845
'Get-DbaLatchStatistic',
4946
# uses a backup that only works on SQL Server 2022
50-
'Get-DbaEstimatedCompletionTime',
51-
# fix shortly, broke once we moved to Get-TestConfig
52-
'Remove-DbaLinkedServer'
47+
'Get-DbaEstimatedCompletionTime'
5348
)
5449
# do not run everywhere
5550
"disabled" = @()

0 commit comments

Comments
 (0)