From 12eb86998a1c9ca4abf2c4b3b7e61b4be5f0ee0d Mon Sep 17 00:00:00 2001 From: Pavan Navarathna <6504783+pavannd1@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:07:55 -0700 Subject: [PATCH] Revert "Temporarily disable Postgres tests (#2367)" This reverts commit 06be966f576ed850e705a9fc31a475a512a7d2bc. --- build/integration-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/integration-test.sh b/build/integration-test.sh index cd3e0d50e0..a64eea8c59 100755 --- a/build/integration-test.sh +++ b/build/integration-test.sh @@ -26,7 +26,7 @@ TEST_TIMEOUT="30m" TEST_OPTIONS="-tags=integration -timeout ${TEST_TIMEOUT} -check.suitep ${DOP}" # Regex to match apps to run in short mode # Temporary disable ES test. Issue to track https://github.com/kanisterio/kanister/issues/1920 -SHORT_APPS="^MySQL$|^MongoDB$|Maria|^MSSQL$" +SHORT_APPS="^PostgreSQL$|^MySQL$|^MongoDB$|Maria|^MSSQL$" # OCAPPS has all the apps that are to be tested against openshift cluster OC_APPS3_11="MysqlDBDepConfig$|MongoDBDepConfig$|PostgreSQLDepConfig$" OC_APPS4_4="MysqlDBDepConfig4_4|MongoDBDepConfig4_4|PostgreSQLDepConfig4_4"