summaryrefslogtreecommitdiff
path: root/tests/test-pull-summary-caching.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-pull-summary-caching.sh')
-rwxr-xr-xtests/test-pull-summary-caching.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-pull-summary-caching.sh b/tests/test-pull-summary-caching.sh
index 9671199a..37c2aed6 100755
--- a/tests/test-pull-summary-caching.sh
+++ b/tests/test-pull-summary-caching.sh
@@ -31,6 +31,9 @@ if ! has_gpgme; then
exit 0
fi
+# Ensure repo caching is in use.
+unset OSTREE_SKIP_CACHE
+
COMMIT_SIGN="--gpg-homedir=${TEST_GPG_KEYHOME} --gpg-sign=${TEST_GPG_KEYID_1}"
echo "1..1"