Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasjordan committed Oct 19, 2024
1 parent 7e2e8bd commit 4a04cd7
Showing 1 changed file with 5 additions and 28 deletions.
33 changes: 5 additions & 28 deletions tests/pester.groups.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ $TestsRunGroups = @{
# do not run on appveyor
"appveyor_disabled" = @(
# tests that work locally against SQL Server 2022 instances without problems but fail on AppVeyor
'ConvertTo-DbaXESession',
'Export-DbaUser',
'Get-DbaPermission',
'Get-DbaUserPermission',
'Invoke-DbaWhoisActive',
'Remove-DbaAvailabilityGroup',
'Remove-DbaDatabaseSafely',
'Sync-DbaLoginPermission',
# tests that fail locally against SQL Server 2022 instances and fail on AppVeyor
'Set-DbaAgentJobStep',
'New-DbaLogin',
Expand All @@ -42,34 +46,7 @@ $TestsRunGroups = @{
'Get-DbaExecutionPlan',
# Non-useful info from newly started sql servers
'Get-DbaCpuRingBuffer',
'Get-DbaLatchStatistic',
# fails on newer version of SMO
#'Get-DbaUserPermission',
#'Invoke-DbaBalanceDataFiles',
'Install-DbaDarlingData'
# previous tests that were failing on older versions too
#'Remove-DbaAvailabilityGroup',
#'Sync-DbaLoginPermission',
#'Stop-DbaXESession',
#'Test-DbaTempDbConfig',
#'New-DbaDbUser',
#'Stop-DbaXESession',
#'ConvertTo-DbaXESession',
#'Test-DbaInstanceName',
#'Test-DbaDeprecatedFeature',
#'Remove-DbaDatabaseSafely',
#'Get-DbaDbMasterKey',
#'Test-DbaManagementObject',
#'New-DbaDbTransfer'
#'Get-DbaDbSynonym',
#'Get-DbaDbVirtualLogFile',
#'Get-DbaFile',
#'Get-DbaHelpIndex',
#'Get-DbaExternalProcess',
# just fails too often
#'Test-DbaMaxDop',
#'Test-DbaOptimizeForAdHoc',
#'New-DbaDbSnapshot'
'Get-DbaLatchStatistic'
)
# do not run everywhere
"disabled" = @()
Expand Down

0 comments on commit 4a04cd7

Please sign in to comment.