updated await fix url
Original commit: elastic/x-pack-elasticsearch@e1646af2cd
This commit is contained in:
parent
36b5eaf09b
commit
bd6111e9a7
|
@ -44,7 +44,8 @@ import static org.mockito.Mockito.*;
|
|||
*
|
||||
*/
|
||||
@ClusterScope(scope = SUITE, numDataNodes = 0)
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "fails because the test infrastructure already registers a transport service (InternalTestCluster#getPlugins()) and there for the transport service used here can't be registered")
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/13215")
|
||||
// fails because the test infrastructure already registers a transport service (InternalTestCluster#getPlugins()) and there for the transport service used here can't be registered
|
||||
public class TransportFilterTests extends ESIntegTestCase {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue