mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-18 20:21:04 +00:00
Stop testing Twitter quirk (see #448)
This commit is contained in:
parent
5eb062cbec
commit
8df50cf501
1 changed files with 9 additions and 2 deletions
|
|
@ -173,9 +173,16 @@ mod cli {
|
|||
"TEST_QUIRKS.txt",
|
||||
MockResponseStats {
|
||||
total: 3,
|
||||
successful: 3,
|
||||
successful: 2,
|
||||
excludes: 1,
|
||||
..MockResponseStats::default()
|
||||
}
|
||||
},
|
||||
// Currently getting a 429 with Googlebot.
|
||||
// See https://github.com/lycheeverse/lychee/issues/448
|
||||
// See https://twitter.com/matthiasendler/status/1479224185125748737
|
||||
// TODO: Remove this exlusion in the future
|
||||
"--exclude",
|
||||
"twitter"
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue