Skip to content

Commit

Permalink
Revert checkin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fp12 committed Jan 13, 2017
1 parent 4098e4a commit 434b1ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def test_e_bulk(self):
self.assertEqual(len(t.participants), 4)
yield from self.user.destroy_tournament(t)

# @unittest.expectedFailure
@unittest.expectedFailure
@async_test
def test_f_checkin(self):
challonge.USE_EXCEPTIONS = False
Expand Down Expand Up @@ -347,7 +347,7 @@ def test_f_checkin(self):

challonge.USE_EXCEPTIONS = True

# self.fail('expected failure that sometimes work')
self.fail('expected failure that sometimes work')

# @unittest.skip('')
@async_test
Expand Down

0 comments on commit 434b1ac

Please sign in to comment.