test: skip flaky rest test (#10234)

This commit is contained in:
Almeida
2024-04-27 18:11:03 +01:00
committed by GitHub
parent b79b7068e9
commit dc8f14967c

View File

@@ -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'),