Skip to content

Commit

Permalink
stellar#4757: removed the intentional test skips
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Feb 6, 2023
1 parent 9ef8843 commit 67fcd12
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions services/horizon/internal/integration/sac_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package integration
import (
"context"
"crypto/sha256"
"os"
"testing"

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

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

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

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

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

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

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

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

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

0 comments on commit 67fcd12

Please sign in to comment.