From b1c35b60d89f8f824d0f0457270b0832382dd81c Mon Sep 17 00:00:00 2001 From: Rostislav Wolny Date: Tue, 13 Dec 2022 13:00:02 +0100 Subject: [PATCH] Configure acceptance tests oldest to use MYISAM db engine [MAILPOET-4832] --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f28b36b46b..bab1966359 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -754,7 +754,7 @@ workflows: woo_subscriptions_version: 4.3.0 woo_memberships_version: 1.21.0 woo_blocks_version: 6.8.0 - mysql_command: --max_allowed_packet=100M + mysql_command: --max_allowed_packet=100M --default-storage-engine=MYISAM mysql_image: mysql:5.5 codeception_image_version: 7.4-cli_20220605.0 wordpress_image_version: wp-5.8_php7.3_20221104.1