Skip to content

Commit

Permalink
skip post-deployment test for non-post-deployment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SooLee committed May 8, 2020
1 parent 933e532 commit c7bdaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test(ctx, watch=False, last_failing=False, no_flake=False, k='', extra='',
args.append('--ignore')
args.append(ignore)
args.append('--ignore')
args.append('tests/post_deployment/')
args.append('tests/tibanna/post_deployment/')
args.append('tests/tibanna/')
retcode = pytest.main(args)
if retcode != 0:
Expand Down

0 comments on commit c7bdaa6

Please sign in to comment.