diff --git a/tests/group_vars/vagrant.yml b/tests/group_vars/vagrant.yml index bd5a0a4..cc43593 100644 --- a/tests/group_vars/vagrant.yml +++ b/tests/group_vars/vagrant.yml @@ -47,7 +47,7 @@ dataverse: blocked_endpoints: "admin,test" blocked_policy: "localhost-only" location: "http://localhost:8080/api" - test_suite: true + test_suite: false # possible test values from https://github.com/IQSS/dataverse/blob/develop/conf/docker-aio/run-test-suite.sh#L11 # beware DataversesIT and DatasetsIT at minimum must be run for any other tests to succeed. have fun. #tests: "DataversesIT,DatasetsIT,AdminIT"