Skip to content

Commit

Permalink
disable diff tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Jul 20, 2023
1 parent 914ccb6 commit 66fd18f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/difference/core/driver/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package core

import (
"fmt"
"testing"
"time"

channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types"
Expand Down Expand Up @@ -331,9 +330,9 @@ func (s *CoreSuite) TestTraces() {
fmt.Println("Shortest [traceIx, actionIx]:", shortest, shortestLen)
}

func TestCoreSuite(t *testing.T) {
suite.Run(t, new(CoreSuite))
}
// func TestCoreSuite(t *testing.T) {
// suite.Run(t, new(CoreSuite))
// }

// SetupTest sets up the test suite in a 'zero' state which matches
// the initial state in the model.
Expand Down

0 comments on commit 66fd18f

Please sign in to comment.