File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
services/horizon/internal Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 env :
3333 HORIZON_INTEGRATION_TESTS_ENABLED : true
3434 HORIZON_INTEGRATION_TESTS_CORE_MAX_SUPPORTED_PROTOCOL : ${{ matrix.protocol-version }}
35- PROTOCOL_22_CORE_DEBIAN_PKG_VERSION : 22.3.1-2509.c2e465a3e. focal~do~not~use~in~prd
36- PROTOCOL_22_CORE_DOCKER_IMG : stellar/unsafe- stellar-core:22.3.1-2509.c2e465a3e. focal-do-not-use-in-prd
35+ PROTOCOL_22_CORE_DEBIAN_PKG_VERSION : 23.0.0.1-2488.23.0.0rc.1.472e3e69d. focal
36+ PROTOCOL_22_CORE_DOCKER_IMG : stellar/stellar-core:23.0.0.1-2488.23.0.0rc.1.472e3e69d. focal
3737 PROTOCOL_22_STELLAR_RPC_DOCKER_IMG : stellar/stellar-rpc:22.1.2
38- PROTOCOL_23_CORE_DEBIAN_PKG_VERSION : 22.3.1-2509.c2e465a3e. focal~do~not~use~in~prd
39- PROTOCOL_23_CORE_DOCKER_IMG : stellar/unsafe- stellar-core:22.3.1-2509.c2e465a3e. focal-do-not-use-in-prd
38+ PROTOCOL_23_CORE_DEBIAN_PKG_VERSION : 23.0.0.1-2488.23.0.0rc.1.472e3e69d. focal
39+ PROTOCOL_23_CORE_DOCKER_IMG : stellar/stellar-core:23.0.0.1-2488.23.0.0rc.1.472e3e69d. focal
4040 PROTOCOL_23_STELLAR_RPC_DOCKER_IMG : stellar/stellar-rpc:23.0.0-rc0-115
4141 PGHOST : localhost
4242 PGPORT : 5432
Original file line number Diff line number Diff line change @@ -245,7 +245,6 @@ func TestContractMintToContract(t *testing.T) {
245245}
246246
247247func TestExpirationAndRestoration (t * testing.T ) {
248- return
249248 if integration .GetCoreMaxSupportedProtocol () < 20 {
250249 t .Skip ("This test run does not support less than Protocol 20" )
251250 }
Original file line number Diff line number Diff line change @@ -727,10 +727,6 @@ func (i *Test) waitForCore() {
727727}
728728
729729func (i * Test ) upgradeLimits () {
730- if i .config .ProtocolVersion == 23 {
731- return
732- }
733-
734730 if i .config .ProtocolVersion < 22 || i .config .SkipCoreContainerCreation || i .config .QuickExpiration {
735731 return
736732 }
You can’t perform that action at this time.
0 commit comments