Skip to content

Commit a96f367

Browse files
committed
Got an xpass on testPasswordMigration, so removing xfail marker.
Not sure what got fixed, but travis is reporting the same.
1 parent b1d5718 commit a96f367

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_cgi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,7 @@ def testEmptyPasswordNotSet(self):
453453
':confirm:password': ''}, 'user', nodeid),
454454
({('user', nodeid): {}}, []))
455455

456-
@pytest.mark.xfail
457456
def testPasswordMigration(self):
458-
# FIXME
459457
chef = self.db.user.lookup('Chef')
460458
form = dict(__login_name='Chef', __login_password='foo')
461459
cl = self._make_client(form)

0 commit comments

Comments
 (0)