From 2427662ecc6779ababedfe5b285f5f1186d7deae Mon Sep 17 00:00:00 2001 From: Don Sizemore Date: Thu, 8 Feb 2024 13:32:35 -0500 Subject: [PATCH] #243 undo rserve testing change to vagrant.yml --- tests/group_vars/vagrant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"