test: mute version compatibility tests
Original commit: elastic/x-pack-elasticsearch@f3eee3a223
This commit is contained in:
parent
7b1d7c8e27
commit
2b2ad14f65
|
@ -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() {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue