From 70876a68b9aeaa74993b51c159764dd07e772b53 Mon Sep 17 00:00:00 2001 From: kgala2 Date: Wed, 9 Apr 2025 11:43:30 -0700 Subject: [PATCH] Revert "test: add broken test to test scheduled reporter (#1270)" This reverts commit 32610d7053270fac24caaaab96c2e8d342411c95. --- tests/system/test_pymysql_connection.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/system/test_pymysql_connection.py b/tests/system/test_pymysql_connection.py index d6aec49b..f5dd8a1e 100644 --- a/tests/system/test_pymysql_connection.py +++ b/tests/system/test_pymysql_connection.py @@ -143,8 +143,3 @@ def test_MCP_pymysql_connection() -> None: curr_time = time[0] assert type(curr_time) is datetime connector.close() - - -def test_broken_test_reports() -> None: - """This test breaks but that's expected""" - assert 1 == 2