diff --git a/ci/test/03_test_script.sh b/ci/test/03_test_script.sh index 05e4d8fd54a..1dbc1bc93d4 100755 --- a/ci/test/03_test_script.sh +++ b/ci/test/03_test_script.sh @@ -92,6 +92,7 @@ if [ "$USE_BUSY_BOX" = "true" ]; then fi # Make sure default datadir does not exist and is never read by creating a dummy file +# Ensuring that no mainnet datadir access is happening from any of the tests if [ "$CI_OS_NAME" == "macos" ]; then echo > "${HOME}/Library/Application Support/Bitcoin" else