Skip to content

Commit

Permalink
Move test which fails in the wrong order to the sequentially run tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 14, 2017
1 parent 350b637 commit c74f9fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions t/testrules.yml
@@ -1,5 +1,11 @@
---
seq:
- seq: t/0*.t

# If t/server/controller/user/favorite.t this runs too late then the
# looks_human test will fail. We should probably reset the user data, but
# this is a quicker fix for now.

- seq: t/server/controller/user/favorite.t
- par:
- t/**.t

0 comments on commit c74f9fb

Please sign in to comment.