Skip to content

Commit

Permalink
cmd/faucet: disable flaky facebook test (#22988)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman authored Jun 3, 2021
1 parent 7760a60 commit 216ed05
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 @@ -23,6 +23,8 @@ import (
)

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 216ed05

Please sign in to comment.