Skip to content

Commit ba4e5a8

Browse files
authored
Revert "test: add broken test to test scheduled reporter" (#1273)
1 parent 32610d7 commit ba4e5a8

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)