Skip to content

Commit

Permalink
Tests for async MySQL are passing
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyryk committed Apr 19, 2016
1 parent 3c9d610 commit a97324c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tests_py35.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class FakeUpdateError(Exception):


class ManagerTransactionsTestCase(BaseManagerTestCase):
only = ['postgres', 'postgres-ext', 'postgres-pool', 'postgres-pool-ext']
# only = ['postgres', 'postgres-ext', 'postgres-pool', 'postgres-pool-ext']
only = None

def test_atomic_success(self):
"""Successful update in transaction.
Expand Down

0 comments on commit a97324c

Please sign in to comment.