Unverified Commit 216ed05c authored by Martin Holst Swende's avatar Martin Holst Swende Committed by GitHub

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

parent 7760a607
...@@ -23,6 +23,8 @@ import ( ...@@ -23,6 +23,8 @@ import (
) )
func TestFacebook(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 { for _, tt := range []struct {
url string url string
want common.Address want common.Address
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment