Skip to content

Commit b3b40fd

Browse files
committed
chore: add broken test
1 parent bcde312 commit b3b40fd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/system/test_pymysql_connection.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,8 @@ def test_lazy_pymysql_connection() -> None:
124124
curr_time = time[0]
125125
assert type(curr_time) is datetime
126126
connector.close()
127+
128+
129+
def test_broken_test_reports() -> None:
130+
'''Expected to be failing but that's okay (testing schedule reporter)'''
131+
assert 1 == 2

0 commit comments

Comments
 (0)