[TEST] Missed @Test annotation

Original commit: elastic/x-pack-elasticsearch@57798e6763
This commit is contained in:
Yannick Welsch 2017-01-11 14:18:46 +01:00
parent 02ef018978
commit 44d745bd92
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ public class PreBuiltXPackTransportClientTests extends RandomizedTest {
}
// dummy test so that the tests pass on JDK9 as the only test in this module is disabled on JDK9
@Test
public void testDummy() {
}