add reason why this test is @Ignore

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023265 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-10-16 12:08:33 +00:00
parent 72494f7335
commit c4c3f3595c
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class TestJdbcDataSource extends AbstractDataImportHandlerTestCase {
}
@Test
@Ignore
@Ignore("Needs a Mock database server to work")
public void testBasic() throws Exception {
JdbcDataSource dataSource = new JdbcDataSource();
Properties p = new Properties();