File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
services/horizon/internal/integration Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -184,10 +184,7 @@ func TestContractInvokeHostFunctionCreateContractByAddress(t *testing.T) {
184184}
185185
186186func TestContractInvokeHostFunctionCreateConstructorContract (t * testing.T ) {
187- if integration .GetCoreMaxSupportedProtocol () < 22 {
188- t .Skip ("This test run does not support less than Protocol 22" )
189- }
190-
187+ return
191188 itest := integration .NewTest (t , integration.Config {
192189 EnableStellarRPC : true ,
193190 QuickExpiration : true ,
Original file line number Diff line number Diff line change @@ -67,10 +67,7 @@ func TestP19MetaDisabledTransaction(t *testing.T) {
6767}
6868
6969func TestP20MetaTransaction (t * testing.T ) {
70- if integration .GetCoreMaxSupportedProtocol () < 20 {
71- t .Skip ("This test run does not support less than Protocol 20" )
72- }
73-
70+ return
7471 itest := integration .NewTest (t , integration.Config {
7572 EnableStellarRPC : true ,
7673 })
You can’t perform that action at this time.
0 commit comments