mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
cmd/faucet: disable flaky facebook test (#22988)
This commit is contained in:
parent
7760a60794
commit
216ed05c6e
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue