-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[xenial] fix 2FA functionality in app code #4037
Comments
With the upgraded setuptools package, the errors in both the mentioned issues get fixed.
With the upgraded setuptools package, the errors in both the mentioned issues get fixed.
Hmm - I'm on develop and now not seeing these failures... |
Update from test run on |
With the upgraded setuptools package, the errors in both the mentioned issues get fixed.
The reason why these failures are happening is because an exception is occurring during the functional test setup (specifically when setting up the driver) which is ticket #4039. When an exception occurs during setup, the teardown method will not run. This is important because the functional test setup patches the |
Description
2FA unit tests indicate that our 2FA functionality isn't working on xenial, this needs investigation.
Steps to Reproduce
make test-xenial
Expected Behavior
All 2FA related tests pass
Actual Behavior
many 2FA related tests are failing:
The text was updated successfully, but these errors were encountered: