We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd2a02 commit 3932584Copy full SHA for 3932584
dsc/tests/dsc_assertion.tests.ps1
@@ -1,7 +1,7 @@
1
# Copyright (c) Microsoft Corporation.
2
# Licensed under the MIT License.
3
4
-Describe 'Assertion resource tests' {
+Describe 'Assertion resource tests' -Skip:(!$IsWindows) {
5
It 'Example works for <operation>' -TestCases @(
6
@{ operation = 'get' }
7
@{ operation = 'set' }
0 commit comments