mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
test: skip flaky rest test (#10234)
This commit is contained in:
@@ -549,7 +549,8 @@ test('malformedRequest', async () => {
|
||||
await expect(api.get('/malformedRequest')).rejects.toBeInstanceOf(DiscordAPIError);
|
||||
});
|
||||
|
||||
test('abort', async () => {
|
||||
// TODO: flaky due to changes in undici
|
||||
test.skip('abort', async () => {
|
||||
mockPool
|
||||
.intercept({
|
||||
path: genPath('/abort'),
|
||||
|
||||
Reference in New Issue
Block a user