Skip feature test for address token transfers page

This test wasn't working realiably either in CI or locally. It would
fail on cases it was supposed to work in CI and passing when it should
fail on local environment.
pull/1116/head
William Sanches 6 years ago
parent 87f1118507
commit 52da3f0f2b
No known key found for this signature in database
GPG Key ID: 27250E49FB133014
  1. 1
      apps/block_scout_web/test/block_scout_web/features/viewing_addresses_test.exs

@ -364,6 +364,7 @@ defmodule BlockScoutWeb.ViewingAddressesTest do
end
describe "viewing token transfers from a specific token" do
@tag :skip
test "list token transfers related to the address", %{
addresses: addresses,
block: block,

Loading…
Cancel
Save