commented destructive test

This commit is contained in:
Luca Frosini 2021-12-15 18:04:34 +01:00
parent bdb930092f
commit ec33fbb147
1 changed files with 4 additions and 4 deletions

View File

@ -634,16 +634,16 @@ public class CKANPackageTest extends ContextTest {
// logger.debug("{}", res);
}
// @Ignore
@Test
@Ignore
// @Test
public void deleteAllItemsInAllOrganizations() {
CKANPackage ckanPackage = new CKANPackage();
MultivaluedMap<String, String> mvm = new MultivaluedHashMap<String,String>();
mvm.add(GCatConstants.OWN_ONLY_QUERY_PARAMETER, "false");
UriInfo uriInfo = getUriInfo(mvm);
ckanPackage.setUriInfo(uriInfo);
String res = ckanPackage.deleteAll(true);
logger.debug("{}", res);
// String res = ckanPackage.deleteAll(true);
// logger.debug("{}", res);
}
@Test