test/commands/test_node.rb in zold-0.14.8 vs test/commands/test_node.rb in zold-0.14.9

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + # Copyright (c) 2018 Yegor Bugayenko # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal # in the Software without restriction, including without limitation the rights @@ -35,10 +37,14 @@ # NODE test. # Author:: Yegor Bugayenko (yegor256@gmail.com) # Copyright:: Copyright (c) 2018 Yegor Bugayenko # License:: MIT class TestNode < Minitest::Test + # @todo #306:30min This test is failing from time to time + # We should find a way to check that tests involved in thread concurrency + # are always working def test_push_and_fetch + skip FakeHome.new.run do |home| FakeNode.new(log: test_log).run do |port| wallets = home.wallets wallet = home.create_wallet remotes = home.remotes