We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcde312 commit b3b40fdCopy full SHA for b3b40fd
1 file changed
tests/system/test_pymysql_connection.py
@@ -124,3 +124,8 @@ def test_lazy_pymysql_connection() -> None:
124
curr_time = time[0]
125
assert type(curr_time) is datetime
126
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