Skip to content

Commit

Permalink
Move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dshelb committed Feb 6, 2023
1 parent 168f3b4 commit 64344d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/Integration/DSC_Disk.Integration.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,12 @@ try
}
}

if ($false) # These serial number integration tests can be ran locally with modifications
<#
Integration tests are disabled for the Disk resource when being tested with 'DiskIdType' set to 'SerialNumber'
because the Virtual Disk VHD that is created always has a blank SerialNumber.
To test manually, use a physical/logical disk that has a SerialNumber.
#>
if ($false)
{
Context 'When partitioning and formatting a newly provisioned disk using SerialNumber with two volumes and assigning Drive Letters' {
BeforeAll {
Expand Down

0 comments on commit 64344d9

Please sign in to comment.