Disable testResolveInlineImage
This test depends on LocalStore and is thus deprecated. It very much needs to be be rewritten and reestablished. Bug # 2121424
This commit is contained in:
parent
0cc0e70941
commit
1761234fc6
@ -84,9 +84,10 @@ public class EmailHtmlUtilTest extends AndroidTestCase {
|
||||
|
||||
/**
|
||||
* Tests for resolving inline image src cid: reference to content uri.
|
||||
*
|
||||
* TODO: These need to be completely rewritten to not use LocalStore messages.
|
||||
*/
|
||||
|
||||
public void testResolveInlineImage() throws MessagingException, IOException {
|
||||
public void disable_testResolveInlineImage() throws MessagingException, IOException {
|
||||
final LocalStore store = (LocalStore) LocalStore.newInstance(
|
||||
mAccount.getLocalStoreUri(getContext()), mContext, null);
|
||||
// Single cid case.
|
||||
|
Loading…
Reference in New Issue
Block a user