Interface SlowTest


  • public interface SlowTest

    Marker interface to identify tests as taking a long time to run. This is used to disable slow tests as part of the default mvn test phase. Slow test are included by using the fullTest profile.

    See general netarchivesuite pom for details.