We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7760a60 commit 216ed05Copy full SHA for 216ed05
cmd/faucet/faucet_test.go
@@ -23,6 +23,8 @@ import (
23
)
24
25
func TestFacebook(t *testing.T) {
26
+ // TODO: Remove facebook auth or implement facebook api, which seems to require an API key
27
+ t.Skipf("The facebook access is flaky, needs to be reimplemented or removed")
28
for _, tt := range []struct {
29
url string
30
want common.Address
0 commit comments