Skip to content

Commit cdc6431

Browse files
because Kevin Keegan went to Hamburg
1 parent 6b63331 commit cdc6431

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Added
99

1010
- added pester tests to check that changelog is edited.
11+
- and a space for the demos
1112

1213
### Changed
1314

source/checks/Instancev5.Tests.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ BeforeDiscovery {
77
[string[]]$NotContactable = (Get-PSFConfig -Module dbachecks -Name global.notcontactable).Value
88
# Get all the tags in use in this run
99
$Tags = Get-CheckInformation -Check $Check -Group Instance -AllChecks $AllChecks -ExcludeCheck $ChecksToExclude
10-
1110
$InstancesToTest = @(Get-Instance).ForEach{
1211
# just add it to the Not Contactable list
1312
if ($NotContactable -notcontains $psitem) {
@@ -57,7 +56,6 @@ Describe "<_.Tag> failed on <_.Name>" -Tag FailedConnections -ForEach $TestsNoGo
5756
}
5857
}
5958

60-
6159
# Ordered alphabetically by unique tag please
6260
Describe "Ad Hoc Distributed Queries" -Tag AdHocDistributedQueriesEnabled, security, CIS, Medium, Instance -ForEach $InstancesToTest {
6361
$skip = ($__dbcconfig | Where-Object { $_.Name -eq 'skip.instance.AdHocDistributedQueriesEnabled' }).Value
@@ -96,7 +94,6 @@ Describe "Backup Path Access" -Tag BackupPathAccess, Storage, DISA, Medium, Inst
9694
}
9795
}
9896

99-
10097
Describe "CLR Enabled" -Tag CLREnabled, security, CIS, High, Instance -ForEach $InstancesToTest {
10198
$skip = ($__dbcconfig | Where-Object { $_.Name -eq 'skip.instance.CLREnabled' }).Value
10299
Context "Testing CLR Enabled on <_.Name>" {

0 commit comments

Comments
 (0)