From 6edac55eae09449278014e9695762f6ef697441a Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Mon, 16 Oct 2023 19:35:00 +0200 Subject: [PATCH] Disable soroban diagnostic events on the validator node --- cmd/soroban-rpc/internal/test/stellar-core-integration-tests.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/soroban-rpc/internal/test/stellar-core-integration-tests.cfg b/cmd/soroban-rpc/internal/test/stellar-core-integration-tests.cfg index 4c72db24a..594a35b24 100644 --- a/cmd/soroban-rpc/internal/test/stellar-core-integration-tests.cfg +++ b/cmd/soroban-rpc/internal/test/stellar-core-integration-tests.cfg @@ -14,7 +14,6 @@ FAILURE_SAFETY=0 DATABASE="postgresql://user=postgres password=mysecretpassword host=core-postgres port=5641 dbname=stellar" -ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true # Lower the TTL of persistent ledger entries # so that ledger entry extension/restoring becomes testeable TESTING_MINIMUM_PERSISTENT_ENTRY_LIFETIME=10