test: mute version compatibility tests

Original commit: elastic/x-pack-elasticsearch@f3eee3a223
This commit is contained in:
jaymode 2016-08-09 15:22:32 -04:00
parent 7b1d7c8e27
commit 2b2ad14f65
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*/
package org.elasticsearch.xpack.security;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.Version;
import org.elasticsearch.license.XPackLicenseState;
import org.elasticsearch.test.ESTestCase;
@ -25,6 +26,7 @@ import static org.hamcrest.CoreMatchers.is;
* is that this class
* helps keeping track of this and eventually making changes when needed.
*/
@AwaitsFix(bugUrl = "does this still make sense?")
public class VersionCompatibilityTests extends ESTestCase {
public void testCompatibility() {
/**