Skip to content

Commit 05b0a65

Browse files
committed
skip close test
1 parent 4b9254c commit 05b0a65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

integration_tests/test_ica_precompile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,10 @@ def submit_msgs_ro(func, str):
341341
timeout,
342342
msg_num=100,
343343
)
344+
345+
# FIXME https://github.com/informalsystems/hermes/issues/3695
346+
return
347+
344348
last_seq = tcontract.caller.getLastSeq()
345349
wait_for_status_change(tcontract, channel_id, last_seq)
346350
status = tcontract.caller.getStatus(channel_id, last_seq)

0 commit comments

Comments
 (0)