Skip to content

Commit

Permalink
HSEARCH-3902 Revert an accidental change to LuceneTckTestRunner
Browse files Browse the repository at this point in the history
This should never have been committed.
  • Loading branch information
yrodiere committed May 14, 2020
1 parent 6a4782d commit ede39e4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,6 +17,6 @@
* @author Gunnar Morling
*/
@RunWith(ClasspathSuite.class)
@ClasspathSuite.ClassnameFilters({ ".*\\.tck\\..*IndexIndexer.*IT" })
@ClasspathSuite.ClassnameFilters({ ".*\\.tck\\..*" })
public class LuceneTckTestRunner {
}

0 comments on commit ede39e4

Please sign in to comment.