Skip to content

Commit 51fb040

Browse files
committed
AQ Test update for the changes done in 6.1
1 parent 5465383 commit 51fb040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/aq6.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ describe('281. aq6.js', function() {
4747
const RAW_TABLE = 'NODB_RAW_QUEUE_TAB';
4848

4949
before(async function() {
50-
if (!dbConfig.test.DBA_PRIVILEGE || oracledb.thin) {
50+
const prerequisites = await testsUtil.checkPrerequisites(2100000000, 2300000000);
51+
if (!dbConfig.test.DBA_PRIVILEGE || oracledb.thin || !prerequisites) {
5152
isRunnable = false;
5253
}
5354

0 commit comments

Comments
 (0)