Mute DataFrameFeatureSetTests#testUsage test (#40023)
This commit is contained in:
parent
2361947731
commit
59201915db
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue