mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 764901 - Disable part of testPasswordEncrypt to resolve intermittent orange; r=wesj
This commit is contained in:
parent
f96fb190ef
commit
12803634ae
@ -92,10 +92,12 @@ public class testPasswordEncrypt extends BaseTest {
|
||||
toggleMasterPassword("password");
|
||||
try {
|
||||
uri = cr.insert(passwordUri, cvs);
|
||||
mAsserter.is(uri, null, "Storing a password while MP was set should fail");
|
||||
// TODO: restore this assertion -- see bug 764901
|
||||
// mAsserter.is(uri, null, "Storing a password while MP was set should fail");
|
||||
|
||||
Cursor c = cr.query(passwordUri, null, null, null, null);
|
||||
mAsserter.is(c, null, "Querying passwords while MP was set should fail");
|
||||
// TODO: restore this assertion -- see bug 764901
|
||||
// mAsserter.is(c, null, "Querying passwords while MP was set should fail");
|
||||
} catch (Exception ex) {
|
||||
// Password provider currently can not throw across process
|
||||
// so we should not catch this exception here
|
||||
|
Loading…
Reference in New Issue
Block a user