cmd/faucet: disable flaky facebook test (#22988)

pull/22989/head
Martin Holst Swende 3 years ago committed by GitHub
parent 7760a60794
commit 216ed05c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/faucet/faucet_test.go

@ -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

Loading…
Cancel
Save