Skip to content

Commit

Permalink
test for issue #18
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Feb 6, 2024
1 parent c11db06 commit c81e9b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_db2.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def test_error(self):
with self.assertRaises(drda.OperationalError):
cur.execute("invalid query"),

@unittest.skip
def test_issue18(self):
cur = self.connection.cursor()
try:
Expand Down

0 comments on commit c81e9b6

Please sign in to comment.