Skip to content

Commit 675f43a

Browse files
committed
chore(ts-sdk): skip flaky unused test cases
Signed-off-by: Eric Hegnes <[email protected]>
1 parent 54180f9 commit 675f43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts-sdk/test/evm/fungible-asset-order.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const CosmosToCosmosError = Layer.mergeAll(
166166
} as unknown as Context.Tag.Service<CosmWasmClientSource>),
167167
)
168168

169-
describe("Fungible Asset Order Tests", () => {
169+
describe.skip("Fungible Asset Order Tests", () => {
170170
it.layer(EvmToEvm)("EVM to EVM", it => {
171171
it.effect.skip("should create a fungible asset order from EVM to EVM", () =>
172172
Effect.gen(function*() {

0 commit comments

Comments
 (0)