Skip to content

Commit 67fcd12

Browse files
committed
stellar#4757: removed the intentional test skips
1 parent 9ef8843 commit 67fcd12

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

services/horizon/internal/integration/sac_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package integration
33
import (
44
"context"
55
"crypto/sha256"
6-
"os"
76
"testing"
87

98
"github.com/stellar/go/amount"
@@ -70,7 +69,6 @@ func TestContractMintToAccount(t *testing.T) {
7069
}
7170

7271
func TestContractMintToContract(t *testing.T) {
73-
t.Skip("will fix test in #4757")
7472
if integration.GetCoreMaxSupportedProtocol() < 20 {
7573
t.Skip("This test run does not support less than Protocol 20")
7674
}
@@ -126,7 +124,6 @@ func TestContractMintToContract(t *testing.T) {
126124
}
127125

128126
func TestContractTransferBetweenAccounts(t *testing.T) {
129-
t.Skip("will fix test in #4757")
130127
if integration.GetCoreMaxSupportedProtocol() < 20 {
131128
t.Skip("This test run does not support less than Protocol 20")
132129
}
@@ -177,7 +174,6 @@ func TestContractTransferBetweenAccounts(t *testing.T) {
177174
}
178175

179176
func TestContractTransferBetweenAccountAndContract(t *testing.T) {
180-
t.Skip("will fix test in #4757")
181177
if integration.GetCoreMaxSupportedProtocol() < 20 {
182178
t.Skip("This test run does not support less than Protocol 20")
183179
}
@@ -250,7 +246,6 @@ func TestContractTransferBetweenAccountAndContract(t *testing.T) {
250246
}
251247

252248
func TestContractTransferBetweenContracts(t *testing.T) {
253-
t.Skip("will fix test in #4757")
254249
if integration.GetCoreMaxSupportedProtocol() < 20 {
255250
t.Skip("This test run does not support less than Protocol 20")
256251
}
@@ -310,7 +305,6 @@ func TestContractTransferBetweenContracts(t *testing.T) {
310305
}
311306

312307
func TestContractBurnFromAccount(t *testing.T) {
313-
t.Skip("will fix test in #4757")
314308
if integration.GetCoreMaxSupportedProtocol() < 20 {
315309
t.Skip("This test run does not support less than Protocol 20")
316310
}
@@ -355,7 +349,6 @@ func TestContractBurnFromAccount(t *testing.T) {
355349
}
356350

357351
func TestContractBurnFromContract(t *testing.T) {
358-
t.Skip("will fix test in #4757")
359352
if integration.GetCoreMaxSupportedProtocol() < 20 {
360353
t.Skip("This test run does not support less than Protocol 20")
361354
}
@@ -400,7 +393,6 @@ func TestContractBurnFromContract(t *testing.T) {
400393
}
401394

402395
func TestContractClawbackFromAccount(t *testing.T) {
403-
t.Skip("will fix test in #4757")
404396
if integration.GetCoreMaxSupportedProtocol() < 20 {
405397
t.Skip("This test run does not support less than Protocol 20")
406398
}
@@ -457,7 +449,6 @@ func TestContractClawbackFromAccount(t *testing.T) {
457449
}
458450

459451
func TestContractClawbackFromContract(t *testing.T) {
460-
t.Skip("will fix test in #4757")
461452
if integration.GetCoreMaxSupportedProtocol() < 20 {
462453
t.Skip("This test run does not support less than Protocol 20")
463454
}

0 commit comments

Comments
 (0)