Skip to content

Commit

Permalink
feat: test comment interface
Browse files Browse the repository at this point in the history
  • Loading branch information
omarsy committed Jan 4, 2025
1 parent 19ced45 commit d45c6d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ var (
runTxExtensionsTest = true
)

func (s *IntegrationTestSuite) TestRestInterfaces() {
if !runRestInterfacesTest {
s.T().Skip()
}
s.testRestInterfaces()
}
// func (s *IntegrationTestSuite) TestRestInterfaces() {
// if !runRestInterfacesTest {
// s.T().Skip()
// }
// s.testRestInterfaces()
// }

func (s *IntegrationTestSuite) TestBank() {
if !runBankTest {
Expand Down

0 comments on commit d45c6d9

Please sign in to comment.