Skip DNS lookups in GitHub Actions to prevent test timeouts (#657)

* Add offline mode for tests in GitHub Actions to skip DNS lookups

Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com>
This commit is contained in:
Copilot
2026-02-18 18:19:28 -05:00
committed by GitHub
co-authored by seanthegeek copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
parent 17a612df0c
commit 4d97bd25aa
2 changed files with 15 additions and 5 deletions
+1
View File
@@ -3,6 +3,7 @@ save_aggregate = True
save_forensic = True
save_smtp_tls = True
debug = True
offline = True
[elasticsearch]
hosts = http://localhost:9200