Skip to content

Commit

Permalink
Merge pull request #35896 from cachedout/lint_iis
Browse files Browse the repository at this point in the history
Lint IIS test
  • Loading branch information
Mike Place committed Aug 30, 2016
2 parents f8bd517 + f333412 commit a756c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/modules/win_iis_test.py
Expand Up @@ -92,6 +92,7 @@
}])
}


@skipIf(not HAS_IIS, 'This test case runs only on Windows systems')
@skipIf(NO_MOCK, NO_MOCK_REASON)
class WinIisTestCase(TestCase):
Expand Down

0 comments on commit a756c4b

Please sign in to comment.