Original commit: elastic/x-pack-elasticsearch@9210df1844
This commit is contained in:
Robert Muir 2015-09-29 21:27:18 -04:00
parent 6ad26f1248
commit 4d71d18f50
1 changed files with 3 additions and 0 deletions

View File

@ -18,9 +18,12 @@ import java.util.Map;
import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.is;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
/** /**
* *
*/ */
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/728")
public class DataAttachmentTests extends ESTestCase { public class DataAttachmentTests extends ESTestCase {
@Test @Test