openaire / iis

Information Inference Service of the OpenAIRE system
Apache License 2.0
20 stars 11 forks source link

Avoid running long lasting tests as a part of packaging #1436

Open marekhorst opened 1 year ago

marekhorst commented 1 year ago

Even though we have already introduced @SlowTest marking there are still some long lasting tests executed during the regular packaging phase, namely:

and possibly other test classes from different package than iis-wf-import. We should consider marking them with @SlowTest in order to allow their exclusion.