Skip to content

Commit

Permalink
test: retry test failing on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jul 4, 2023
1 parent 6d8825f commit 15224ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/body_parser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ test.group('BodyParser Middleware | multipart', () => {

assert.isTrue(file1)
assert.isFalse(file2)
})
}).retry(2)

test('handle request with empty field name', async ({ assert }) => {
const server = createServer(async (req, res) => {
Expand Down

0 comments on commit 15224ff

Please sign in to comment.