updated await fix url

Original commit: elastic/x-pack-elasticsearch@e1646af2cd
This commit is contained in:
Martijn van Groningen 2015-08-31 15:40:13 +02:00
parent 36b5eaf09b
commit bd6111e9a7
1 changed files with 2 additions and 1 deletions

View File

@ -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