From f1b93fbd9df8e409ada9cf59a5b2e71e6565cc7c Mon Sep 17 00:00:00 2001 From: David Sabeti Date: Thu, 6 Apr 2023 15:16:08 +0000 Subject: [PATCH] Stop skipping dockerapplifecycle in unit tests --- scripts/ci/run-unit-tests-no-backing-store | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/ci/run-unit-tests-no-backing-store b/scripts/ci/run-unit-tests-no-backing-store index 25545063f9..475ad35e58 100755 --- a/scripts/ci/run-unit-tests-no-backing-store +++ b/scripts/ci/run-unit-tests-no-backing-store @@ -56,7 +56,6 @@ SKIP_PACKAGES="$SKIP_PACKAGES,./cfdot/integration" SKIP_PACKAGES="$SKIP_PACKAGES,./rfc5424" SKIP_PACKAGES="$SKIP_PACKAGES,./grootfs" SKIP_PACKAGES="$SKIP_PACKAGES,./idmapper" -SKIP_PACKAGES="$SKIP_PACKAGES,./dockerapplifecycle/launcher" ERROR_CODE=0 if [ -z "${RUN_SQL_TESTS}" ]; then