From a93b0394d9a9fc78c817bb70268226dd2628a55f Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Tue, 3 Nov 2015 09:14:54 +0000 Subject: [PATCH] SSDM-2600: exclude tag for group 'project-samples' were in the wrong suite definition. SVN: 34971 --- .../java/tests_system_cleandb_excluding_authorization.xml | 1 + ...ts_system_cleandb_excluding_authorization_project_samples.xml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/sourceTest/java/tests_system_cleandb_excluding_authorization.xml b/openbis/sourceTest/java/tests_system_cleandb_excluding_authorization.xml index 5aebf399da2..4b5f2991f04 100644 --- a/openbis/sourceTest/java/tests_system_cleandb_excluding_authorization.xml +++ b/openbis/sourceTest/java/tests_system_cleandb_excluding_authorization.xml @@ -4,6 +4,7 @@ <run> <include name="system-cleandb"/> <exclude name="authorization"/> + <exclude name="project-samples"/> <exclude name="broken"/> </run> </groups> diff --git a/openbis/sourceTest/java/tests_system_cleandb_excluding_authorization_project_samples.xml b/openbis/sourceTest/java/tests_system_cleandb_excluding_authorization_project_samples.xml index 4b5f2991f04..5aebf399da2 100644 --- a/openbis/sourceTest/java/tests_system_cleandb_excluding_authorization_project_samples.xml +++ b/openbis/sourceTest/java/tests_system_cleandb_excluding_authorization_project_samples.xml @@ -4,7 +4,6 @@ <run> <include name="system-cleandb"/> <exclude name="authorization"/> - <exclude name="project-samples"/> <exclude name="broken"/> </run> </groups> -- GitLab