Skip to content

Commit

Permalink
Ignore platform_agnostic.yaml in ansible-test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay committed Jul 13, 2017
1 parent 267d0fb commit fad469e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runner/lib/classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,9 @@ def _classify(self, path):
if self.prefixes.get(name) == 'network' and ext == '.yaml':
return minimal # network integration test playbooks are not used by ansible-test

if filename == 'platform_agnostic.yaml':
return minimal # network integration test playbook not used by ansible-test

return {
'integration': 'all',
'windows-integration': 'all',
Expand Down

0 comments on commit fad469e

Please sign in to comment.