We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54180f9 commit 675f43aCopy full SHA for 675f43a
ts-sdk/test/evm/fungible-asset-order.test.ts
@@ -166,7 +166,7 @@ const CosmosToCosmosError = Layer.mergeAll(
166
} as unknown as Context.Tag.Service<CosmWasmClientSource>),
167
)
168
169
-describe("Fungible Asset Order Tests", () => {
+describe.skip("Fungible Asset Order Tests", () => {
170
it.layer(EvmToEvm)("EVM to EVM", it => {
171
it.effect.skip("should create a fungible asset order from EVM to EVM", () =>
172
Effect.gen(function*() {
0 commit comments