From b48619be0f7dad109c52d89aed2c59934291b358 Mon Sep 17 00:00:00 2001 From: Shengwen Yu Date: Tue, 15 Mar 2022 14:36:45 +0800 Subject: [PATCH] fix: enable one skipped conformance test Signed-off-by: Shengwen Yu --- tests/ci/conformance_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ci/conformance_test.sh b/tests/ci/conformance_test.sh index 34fdedb6d..48a419b25 100755 --- a/tests/ci/conformance_test.sh +++ b/tests/ci/conformance_test.sh @@ -28,6 +28,7 @@ export OCI_TEST_PULL=1 export OCI_TEST_CONTENT_DISCOVERY=1 export OCI_TEST_CONTENT_MANAGEMENT=1 export OCI_CROSSMOUNT_NAMESPACE="crossmount/testrepo" +export OCI_AUTOMATIC_CROSSMOUNT="false" cd ./distribution-spec/conformance go test . \ No newline at end of file