This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 2068e0dd331 Fix build failed without docker container (#19403)
2068e0dd331 is described below
commit 2068e0dd331fd98edab43a0c1e4d920331e37c74
Author: ZhangCheng <[email protected]>
AuthorDate: Thu Jul 21 09:16:00 2022 +0800
Fix build failed without docker container (#19403)
---
.../src/test/resources/env/transaction-it-env.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-transaction/src/test/resources/env/transaction-it-env.properties
b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-transaction/src/test/resources/env/transaction-it-env.properties
index 36dce7e89b6..c95d599f28c 100644
---
a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-transaction/src/test/resources/env/transaction-it-env.properties
+++
b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-transaction/src/test/resources/env/transaction-it-env.properties
@@ -15,7 +15,7 @@
# limitations under the License.
#
# transaction.it.type=DOCKER,NATIVE
-transaction.it.env.type=DOCKER
+transaction.it.env.type=
# transaction.it.env.cases= MySQLAutoCommitTestCase,
PostgresSQLAutoCommitTestCase, ClassicTransferTestCase,
MultiTableCommitAndRollbackTestCase, SingleTableCommitAndRollbackTestCase,
MySQLSetReadOnlyTestCase, MySQLSavePointTestCase, PostgreSQLSavePointTestCase
transaction.it.env.cases=PostgresSQLAutoCommitTestCase,
ClassicTransferTestCase, MultiTableCommitAndRollbackTestCase,
SingleTableCommitAndRollbackTestCase, MySQLSetReadOnlyTestCase,
MySQLSavePointTestCase, PostgreSQLSavePointTestCase
# transaction.it.docker.mysql.version=5.7,8.0