From 06be966f576ed850e705a9fc31a475a512a7d2bc Mon Sep 17 00:00:00 2001 From: Pavan Navarathna <6504783+pavannd1@users.noreply.github.com> Date: Sun, 1 Oct 2023 22:44:17 -0700 Subject: [PATCH] Temporarily disable Postgres tests (#2367) --- 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 a64eea8c59..cd3e0d50e0 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="^PostgreSQL$|^MySQL$|^MongoDB$|Maria|^MSSQL$" +SHORT_APPS="^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"