Skip to content

Commit 3932584

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
need to skip test if not windows
1 parent cfd2a02 commit 3932584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_assertion.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4-
Describe 'Assertion resource tests' {
4+
Describe 'Assertion resource tests' -Skip:(!$IsWindows) {
55
It 'Example works for <operation>' -TestCases @(
66
@{ operation = 'get' }
77
@{ operation = 'set' }

0 commit comments

Comments
 (0)