[TEST] Ensure that there is at least one enabled test in elasticsearch-transport-client

Original commit: elastic/x-pack-elasticsearch@092d35dc1c
This commit is contained in:
Yannick Welsch 2017-01-11 13:32:03 +01:00
parent 56e3e107d4
commit 02ef018978
1 changed files with 4 additions and 0 deletions

View File

@ -30,4 +30,8 @@ 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
public void testDummy() {
}
}