Skip to content

Commit 3658820

Browse files
jackwotherspoonkgala2
authored andcommitted
test: add MySQL MCP tests (#1267)
Add integration tests for MySQL for Cloud SQL's Managed Connection Pooling (MCP)
1 parent 35c65de commit 3658820

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/system/test_pymysql_connection.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,3 @@ def test_MCP_pymysql_connection() -> None:
143143
curr_time = time[0]
144144
assert type(curr_time) is datetime
145145
connector.close()
146-
147-
148-
def test_broken_test_reports() -> None:
149-
'''This test breaks but that's expected'''
150-
assert 1 == 2

0 commit comments

Comments
 (0)