AQ Test update for the changes done in 6.1

This commit is contained in:
Sharad Chandran R 2023-08-17 17:39:01 +05:30
parent 546538315c
commit 51fb040e1c
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ describe('281. aq6.js', function() {
const RAW_TABLE = 'NODB_RAW_QUEUE_TAB';
before(async function() {
if (!dbConfig.test.DBA_PRIVILEGE || oracledb.thin) {
const prerequisites = await testsUtil.checkPrerequisites(2100000000, 2300000000);
if (!dbConfig.test.DBA_PRIVILEGE || oracledb.thin || !prerequisites) {
isRunnable = false;
}