Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 6abc057

Browse files
author
Jason Helmick
committed
2 parents a101ab5 + 1694619 commit 6abc057

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Configurations/Jason-DSC-Env/VMValidate.test.ps1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ It "[S1] Should have a DNS server configuration of 192.168.3.10" {
114114
$dns.ServerAddresses -contains '192.168.3.10' | Should Be "True"
115115
}
116116
} #S2
117-
117+
<#
118118
Describe PullServer {
119119
$PullServer = New-PSSession -VMName PullServer -Credential $cred -ErrorAction SilentlyContinue
120120
It "[S1] Should accept domain admin credential" {
@@ -130,8 +130,9 @@ It "[S1] Should have a DNS server configuration of 192.168.3.10" {
130130
$dns.ServerAddresses -contains '192.168.3.10' | Should Be "True"
131131
}
132132
}
133+
#>
133134

134-
135+
<#
135136
Describe NanoServer {
136137
137138
It "[Nano] Should respond to WSMan requests" {
@@ -155,7 +156,7 @@ It "[Nano] Should have the DSC package installed" {
155156
156157
}
157158
}
158-
159+
#>
159160

160161
Describe Cli1 {
161162

0 commit comments

Comments
 (0)