You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.testbench.parallel.

Annotation Interface ExcludeFromSuite

@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface ExcludeFromSuite

Marker interface for a TestBench test class which will exclude the test from any test suite which automatically scans for test classes. Mostly useful for long tests which should not be run in every build.