mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03: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);
|
await expect(api.get('/malformedRequest')).rejects.toBeInstanceOf(DiscordAPIError);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('abort', async () => {
|
// TODO: flaky due to changes in undici
|
||||||
|
test.skip('abort', async () => {
|
||||||
mockPool
|
mockPool
|
||||||
.intercept({
|
.intercept({
|
||||||
path: genPath('/abort'),
|
path: genPath('/abort'),
|
||||||
|
|||||||
Reference in New Issue
Block a user