Skip to content

Commit 2e60091

Browse files
committed
Disable parallel testing for DB2 11.5
1 parent 752f9d3 commit 2e60091

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker_db.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,6 @@ EOF
454454
OUTPUT=$($CONTAINER_CLI logs db2 2>&1)
455455
done
456456
$CONTAINER_CLI exec -t db2 su - orm_test bash -c ". /database/config/orm_test/sqllib/db2profile; /database/config/orm_test/sqllib/bin/db2 'connect to orm_test'; /database/config/orm_test/sqllib/bin/db2 'CREATE USER TEMPORARY TABLESPACE usr_tbsp MANAGED BY AUTOMATIC STORAGE'"
457-
db2_setup
458457
}
459458

460459
db2_12_1() {

0 commit comments

Comments
 (0)