Skip to content

Commit

Permalink
cmd/faucet: disable flaky facebook test (ethereum#22988)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman authored and meowsbits committed Jun 8, 2021
1 parent e9b5f60 commit 6967335
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 6967335

Please sign in to comment.