Skip to content

Commit fa11a20

Browse files
committed
chore: revert tests to stable version
1 parent 4d228be commit fa11a20

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/schedule_reporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Schedule Reporter
1616

1717
on:
1818
schedule:
19-
- cron: '30 21 * * *' # Runs at 2:30 PM PT (9:30 PM UTC) every day
19+
- cron: '0 22 * * *' # Runs at 3:00 PM PT (10:00 PM UTC) every day
2020

2121
jobs:
2222
run_reporter:

tests/system/test_pymysql_connection.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ def test_lazy_pymysql_connection() -> None:
114114
password = os.environ["MYSQL_PASS"]
115115
db = os.environ["MYSQL_DB"]
116116
ip_type = os.environ.get("IP_TYPE", "public")
117-
# test breaking test reporting
118-
if ip_type == "private":
119-
user = os.environ["POSTGRES_USER"]
120117

121118
engine, connector = create_sqlalchemy_engine(
122119
inst_conn_name, user, password, db, ip_type, "lazy"

0 commit comments

Comments
 (0)