You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/pester.groups.ps1
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -24,21 +24,18 @@ $TestsRunGroups = @{
24
24
"appveyor_disabled"=@(
25
25
# tests that work locally against SQL Server 2022 instances without problems but fail on AppVeyor
26
26
'ConvertTo-DbaXESession',
27
+
'Dismount-DbaDatabase',
27
28
'Export-DbaUser',
28
29
'Get-DbaPermission',
29
30
'Get-DbaUserPermission',
30
31
'Install-DbaDarlingData',
31
32
'Invoke-DbaWhoisActive',
32
33
'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."
34
36
'Sync-DbaLoginPermission',
35
-
'Dismount-DbaDatabase',
36
37
# tests that fail locally against SQL Server 2022 instances and fail on AppVeyor
37
-
'Set-DbaAgentJobStep',
38
38
'Watch-DbaDbLogin',
39
-
# tests that fail because the command does not work
40
-
'Copy-DbaDbCertificate',
41
-
'Export-DbaDacPackage',
42
39
# takes too long
43
40
'Install-DbaSqlWatch',
44
41
'Uninstall-DbaSqlWatch',
@@ -47,9 +44,7 @@ $TestsRunGroups = @{
47
44
'Get-DbaCpuRingBuffer',
48
45
'Get-DbaLatchStatistic',
49
46
# uses a backup that only works on SQL Server 2022
50
-
'Get-DbaEstimatedCompletionTime',
51
-
# fix shortly, broke once we moved to Get-TestConfig
0 commit comments