Skip to content

Commit 32610d7

Browse files
test: add broken test to test scheduled reporter (#1270)
This intentionally introduces a broken test to ensure that the Cloud Build Report is working correctly. Co-authored-by: Jack Wotherspoon <[email protected]>
1 parent 3a66850 commit 32610d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/system/test_pymysql_connection.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,8 @@ 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)