Skip to content

Commit

Permalink
try to enable some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasjordan committed Oct 19, 2024
1 parent 50b1d2b commit ade1894
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions tests/pester.groups.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,34 +35,34 @@ $TestsRunGroups = @{
'Invoke-DbaWhoisActive', # Works locally aganint a SQL Server 2022 instance without problems.
'Install-DbaDarlingData',
# previous tests that were failing on older versions too
'Remove-DbaAvailabilityGroup',
#'Remove-DbaAvailabilityGroup',
'Read-DbaAuditFile',
'Sync-DbaLoginPermission',
'Read-DbaXEFile',
'Stop-DbaXESession',
'Test-DbaTempDbConfig',
#'Stop-DbaXESession',
#'Test-DbaTempDbConfig',
#'New-DbaDbUser',
'Stop-DbaXESession',
#'Stop-DbaXESession',
'New-DbaLogin',
'Watch-DbaDbLogin',
'ConvertTo-DbaXESession',
'Test-DbaInstanceName',
#'Test-DbaInstanceName',
'Test-DbaDeprecatedFeature',
'Remove-DbaDatabaseSafely',
'Get-DbaDbMasterKey',
'Get-DbaPermission',
'Test-DbaManagementObject',
#'Remove-DbaDatabaseSafely',
#'Get-DbaDbMasterKey',
#'Get-DbaPermission',
#'Test-DbaManagementObject',
'Export-DbaDacPackage',
'New-DbaDbTransfer',
'Get-DbaDbSynonym',
'Get-DbaDbVirtualLogFile',
'Get-DbaFile',
'Get-DbaHelpIndex',
'Get-DbaExternalProcess',
'New-DbaDbTransfer'
#'Get-DbaDbSynonym',
#'Get-DbaDbVirtualLogFile',
#'Get-DbaFile',
#'Get-DbaHelpIndex',
#'Get-DbaExternalProcess',
# just fails too often
'Test-DbaMaxDop',
'Test-DbaOptimizeForAdHoc',
'New-DbaDbSnapshot'
#'Test-DbaMaxDop',
#'Test-DbaOptimizeForAdHoc',
#'New-DbaDbSnapshot'
)
# do not run everywhere
"disabled" = @()
Expand Down

0 comments on commit ade1894

Please sign in to comment.