Disable BlockFetcher.SupervisorTest for Geth

Opened https://github.com/poanetwork/blockscout/issues/597 to re-enable
later.  This is blocking too many PR merges.
pull/582/head
Luke Imhoff 6 years ago
parent b05196df0f
commit 0873bcdc28
  1. 2
      apps/indexer/test/indexer/supervisor_test.exs

@ -27,6 +27,8 @@ defmodule Indexer.BlockFetcher.SupervisorTest do
setup :verify_on_exit!
describe "start_link/1" do
# See https://github.com/poanetwork/blockscout/issues/597
@tag :no_geth
test "starts fetching blocks from latest and goes down", %{json_rpc_named_arguments: json_rpc_named_arguments} do
if json_rpc_named_arguments[:transport] == EthereumJSONRPC.Mox do
case Keyword.fetch!(json_rpc_named_arguments, :variant) do

Loading…
Cancel
Save