@@ -3,7 +3,6 @@ package integration
3
3
import (
4
4
"context"
5
5
"crypto/sha256"
6
- "os"
7
6
"testing"
8
7
9
8
"github.com/stellar/go/amount"
@@ -70,7 +69,6 @@ func TestContractMintToAccount(t *testing.T) {
70
69
}
71
70
72
71
func TestContractMintToContract (t * testing.T ) {
73
- t .Skip ("will fix test in #4757" )
74
72
if integration .GetCoreMaxSupportedProtocol () < 20 {
75
73
t .Skip ("This test run does not support less than Protocol 20" )
76
74
}
@@ -126,7 +124,6 @@ func TestContractMintToContract(t *testing.T) {
126
124
}
127
125
128
126
func TestContractTransferBetweenAccounts (t * testing.T ) {
129
- t .Skip ("will fix test in #4757" )
130
127
if integration .GetCoreMaxSupportedProtocol () < 20 {
131
128
t .Skip ("This test run does not support less than Protocol 20" )
132
129
}
@@ -177,7 +174,6 @@ func TestContractTransferBetweenAccounts(t *testing.T) {
177
174
}
178
175
179
176
func TestContractTransferBetweenAccountAndContract (t * testing.T ) {
180
- t .Skip ("will fix test in #4757" )
181
177
if integration .GetCoreMaxSupportedProtocol () < 20 {
182
178
t .Skip ("This test run does not support less than Protocol 20" )
183
179
}
@@ -250,7 +246,6 @@ func TestContractTransferBetweenAccountAndContract(t *testing.T) {
250
246
}
251
247
252
248
func TestContractTransferBetweenContracts (t * testing.T ) {
253
- t .Skip ("will fix test in #4757" )
254
249
if integration .GetCoreMaxSupportedProtocol () < 20 {
255
250
t .Skip ("This test run does not support less than Protocol 20" )
256
251
}
@@ -310,7 +305,6 @@ func TestContractTransferBetweenContracts(t *testing.T) {
310
305
}
311
306
312
307
func TestContractBurnFromAccount (t * testing.T ) {
313
- t .Skip ("will fix test in #4757" )
314
308
if integration .GetCoreMaxSupportedProtocol () < 20 {
315
309
t .Skip ("This test run does not support less than Protocol 20" )
316
310
}
@@ -355,7 +349,6 @@ func TestContractBurnFromAccount(t *testing.T) {
355
349
}
356
350
357
351
func TestContractBurnFromContract (t * testing.T ) {
358
- t .Skip ("will fix test in #4757" )
359
352
if integration .GetCoreMaxSupportedProtocol () < 20 {
360
353
t .Skip ("This test run does not support less than Protocol 20" )
361
354
}
@@ -400,7 +393,6 @@ func TestContractBurnFromContract(t *testing.T) {
400
393
}
401
394
402
395
func TestContractClawbackFromAccount (t * testing.T ) {
403
- t .Skip ("will fix test in #4757" )
404
396
if integration .GetCoreMaxSupportedProtocol () < 20 {
405
397
t .Skip ("This test run does not support less than Protocol 20" )
406
398
}
@@ -457,7 +449,6 @@ func TestContractClawbackFromAccount(t *testing.T) {
457
449
}
458
450
459
451
func TestContractClawbackFromContract (t * testing.T ) {
460
- t .Skip ("will fix test in #4757" )
461
452
if integration .GetCoreMaxSupportedProtocol () < 20 {
462
453
t .Skip ("This test run does not support less than Protocol 20" )
463
454
}
0 commit comments