Skip to content

Commit

Permalink
Merge pull request ethereum#393 from etclabscore/fix/faucet-facebook-…
Browse files Browse the repository at this point in the history
…auth-test

cmd/faucet: skip Facebook test on Travis CI
  • Loading branch information
meowsbits authored Jun 8, 2021
2 parents 08e2aae + 6967335 commit b84413e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/faucet/faucet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ func TestMigrateFaucetDirectory(t *testing.T) {
}

func TestFacebook(t *testing.T) {
// TODO: Remove facebook auth or implement facebook api, which seems to require an API key
t.Skipf("The facebook access is flaky, needs to be reimplemented or removed")
for _, tt := range []struct {
url string
want common.Address
Expand Down

0 comments on commit b84413e

Please sign in to comment.