Skip to content

Commit

Permalink
disable ssh test
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Jan 26, 2024
1 parent 4634c1f commit 71fc393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_micropg.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

conn.close()

if not os.environ('GITHUB_ACTIONS'):
if False: # disable ssl connection
# test ssl connection
conn = micropg.connect(
host='127.0.0.1', user='postgres', password='password', database='test_micropg', use_ssl=True
Expand Down

0 comments on commit 71fc393

Please sign in to comment.