diff --git a/.github/workflows/container_integration_tests.yml b/.github/workflows/container_integration_tests.yml index a9f2239f55d..2d9bc0a571c 100644 --- a/.github/workflows/container_integration_tests.yml +++ b/.github/workflows/container_integration_tests.yml @@ -106,7 +106,8 @@ jobs: mvn -Pct docker:start \ -Ddataverse.feature.index-harvested-metadata-source=true \ -Ddataverse.oai.server.maxidentifiers=2 \ - -Ddataverse.oai.server.maxrecords=2 + -Ddataverse.oai.server.maxrecords=2 \ + -Ddataverse.feature.allow-locally-fair-data=true # --------------------------- # WAIT FOR API READINESS diff --git a/.github/workflows/dataverse_jsf_tests.yml b/.github/workflows/dataverse_jsf_tests.yml index 8f81460de23..8fb8a6c290e 100644 --- a/.github/workflows/dataverse_jsf_tests.yml +++ b/.github/workflows/dataverse_jsf_tests.yml @@ -103,7 +103,8 @@ jobs: mvn -Pct docker:start \ -Ddataverse.feature.index-harvested-metadata-source=true \ -Ddataverse.oai.server.maxidentifiers=2 \ - -Ddataverse.oai.server.maxrecords=2 + -Ddataverse.oai.server.maxrecords=2 \ + -Ddataverse.feature.allow-locally-fair-data=true # --------------------------- # WAIT FOR API READINESS @@ -229,6 +230,7 @@ jobs: DV_FULL_NAME: "Dataverse Admin" ROOT_DATAVERSE: "/dataverse/root" SKIP_PREFLIGHT: "true" + LOCALLY_FAIR_ENABLED: "false" DOTENV_CONFIG_QUIET: "true" # ---------------------------