Skip to content

Commit

Permalink
test(client): skip connection-limit-mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Feb 8, 2021
1 parent b4f0325 commit 6001c05
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,7 +1,8 @@
import { getTestClient } from '../../../../utils/getTestClient'

describe.skip('connection-limit-mysql', () => {
expect.assertions(1)
// TODO uncomment when remove SKIP
// expect.assertions(1)
const clients: any[] = []

afterAll(async () => {
Expand Down

0 comments on commit 6001c05

Please sign in to comment.