Skip to content

Commit

Permalink
anvil removal [goreleaser]
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Jul 6, 2024
1 parent 7ceb0db commit 71133e6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions services/rfq/e2e/rfq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ func (i *IntegrationSuite) getOtherBackend(backend backends.SimulatedTestBackend
}

func (i *IntegrationSuite) TestUSDCtoUSDC() {
if core.GetEnvBool("CI", false) {
i.T().Skip("skipping until anvil issues are fixed in CI")
}

// start the relayer and guard
go func() {
_ = i.relayer.Start(i.GetTestContext())
Expand Down Expand Up @@ -266,9 +262,6 @@ func (i *IntegrationSuite) TestUSDCtoUSDC() {

// nolint: cyclop
func (i *IntegrationSuite) TestETHtoETH() {
if core.GetEnvBool("CI", false) {
i.T().Skip("skipping until anvil issues are fixed in CI")
}

// start the relayer and guard
go func() {
Expand Down Expand Up @@ -388,10 +381,6 @@ func (i *IntegrationSuite) TestETHtoETH() {
}

func (i *IntegrationSuite) TestDispute() {
if core.GetEnvBool("CI", false) {
i.T().Skip("skipping until anvil issues are fixed in CI")
}

// start the guard
go func() {
_ = i.guard.Start(i.GetTestContext())
Expand Down

0 comments on commit 71133e6

Please sign in to comment.