Mute DataFrameFeatureSetTests#testUsage test (#40023)

This commit is contained in:
Yogesh Gaikwad 2019-03-14 13:36:11 +11:00 committed by David Kyle
parent 2361947731
commit 59201915db
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ public class DataFrameFeatureSetTests extends ESTestCase {
assertTrue(featureSet.enabled());
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40022")
public void testUsage() throws InterruptedException, ExecutionException, IOException {
Client client = mock(Client.class);
when(licenseState.isDataFrameAllowed()).thenReturn(true);