Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
skip test_canceled
  • Loading branch information
sinev-valentine committed Nov 1, 2021
commit 429095657a173c368d5f9745a18e4828fa5eb2a8
2 changes: 1 addition & 1 deletion proxy/test_cancel_hanged.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def create_storage_account(self, seed):

return storage

# @unittest.skip("a.i.")
@unittest.skip("a.i.")
def test_canceled(self):
print("\ntest_canceled")
trx_receipt = proxy.eth.wait_for_transaction_receipt(self.tx_hash)
Expand Down