Skip flaky test

This commit is contained in:
delvedor
2020-03-10 14:30:10 +01:00
parent 96e0f67279
commit 7529cd8205

View File

@ -969,7 +969,7 @@ test('sniff', t => {
})
})
t.test('sniffInterval', t => {
t.test('sniffInterval', { skip: 'Flaky on CI' }, t => {
t.plan(9)
class CustomConnectionPool extends ConnectionPool {