From 28ad46cb8aa2cf79593b5dc7cf1a9ac35fa1e048 Mon Sep 17 00:00:00 2001 From: Meer Sawood Date: Mon, 30 Aug 2021 21:45:32 +0530 Subject: [PATCH] Revert "Disable e2e for postgres upgrade (#1277)" (#1278) This reverts commit f4b3287abedb32284a9ac6afa0b7dbe7f7381267. --- integration-tests/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/e2e.sh b/integration-tests/e2e.sh index 1f0d12f70..410e9f5e2 100755 --- a/integration-tests/e2e.sh +++ b/integration-tests/e2e.sh @@ -16,4 +16,4 @@ export THREE_SCALE_PREVIEW_USER_KEY=${THREE_SCALE_PREVIEW_USER_KEY} export REGISTERED_USER_UUID=${REGISTERED_USER_UUID} export SNYK_TOKEN=${SNYK_TOKEN} -#PYTHONDONTWRITEBYTECODE=1 python3 `which behave` --tags=-skip --tags=-data-sanity --tags=-jobs.requires_auth --tags=-requires.openshift.console.access --no-color -D dump_errors=true @feature_list.txt $@ +PYTHONDONTWRITEBYTECODE=1 python3 `which behave` --tags=-skip --tags=-data-sanity --tags=-jobs.requires_auth --tags=-requires.openshift.console.access --no-color -D dump_errors=true @feature_list.txt $@ \ No newline at end of file