We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca98915 commit ff26150Copy full SHA for ff26150
test/integration/call.test.js
@@ -10,9 +10,8 @@ import Conf from '../conf.js';
10
11
describe.concurrent('stored procedure', () => {
12
let shareConn;
13
- beforeAll(async ({ skip }) => {
+ beforeAll(async () => {
14
shareConn = await createConnection(Conf.baseConfig);
15
- if (shareConn.serverVersion().includes('maxScale-6.2.0')) return skip();
16
await shareConn.query('DROP PROCEDURE IF EXISTS stmtOutParam');
17
await shareConn.query('DROP PROCEDURE IF EXISTS stmtSimple');
18
await shareConn.query('DROP PROCEDURE IF EXISTS someProc');
0 commit comments