Skip to content

Commit

Permalink
Temporary skip - TestWASMDEXInContract
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed Nov 20, 2024
1 parent 8e4474c commit fc94e4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/modules/wasm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3614,6 +3614,8 @@ func TestVestingToWASMContract(t *testing.T) {

// TestWASMDEXInContract verifies that smart contract is able to execute all Coreum DEX messages and queries.
func TestWASMDEXInContract(t *testing.T) {
t.Skip() // FIXME(dzmitryhil) restore once we merge and regenerate protos and contract

t.Parallel()

ctx, chain := integrationtests.NewCoreumTestingContext(t)
Expand Down

0 comments on commit fc94e4e

Please sign in to comment.