Skip to content

Commit

Permalink
Temporarily disable Postgres tests (#2367)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 committed Oct 2, 2023
1 parent 2ee6f27 commit 06be966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 06be966

Please sign in to comment.