From da49ddebcf6aecb3e54852ea34608abbd531074c Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Wed, 4 Aug 2021 20:51:15 +0530 Subject: [PATCH] Fix loading test data for Cypress tests in CodeBuild --- ci/2-scripts/1-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/2-scripts/1-install.sh b/ci/2-scripts/1-install.sh index 2ec69e1f19..42fda1dbd5 100644 --- a/ci/2-scripts/1-install.sh +++ b/ci/2-scripts/1-install.sh @@ -30,7 +30,6 @@ su -c "psql --username=postgres --command=\"alter user postgres with password 'p PGPASSWORD=postgres psql \ --username=postgres \ --host=localhost \ - --single-transaction \ --variable=ON_ERROR_STOP=ON \ --file="$CODEBUILD_SRC_DIR/app/client/cypress/init-pg-dump-for-test.sql"