-
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
unskip test_admin_edits_hotp_secret and test_admin_edits_totp_secret #4977
Comments
I'm stepping through |
Just logging some progress here in case someone else wants to pick up where I've left off. In I walked through Next, I watched the test over VNC. I didn't see the confirmation dialog there either, although VNC was a little slow/glitchy, so it's possible I missed it. This behavior suggests a possible cause: if I tried repeating the steps of the test by running Somewhat desperately, I tried updating to the latest geckodriver (v0.26.0), but that didn't resolve the issue. I think the next best thing would be to get some more useful logs (e.g. web console, network) out of the browser and Selenium webdriver. Does anybody know how to do that? |
The skipped tests pass if I switch the default driver for the functional tests from Tor Browser to Firefox ESR, which suggests this issue is specific to Tor Browser or tbselenium. |
This makes sense, there was another test that was failing (rather than hanging) because Javascript was being disabled in TBB. PR #4987 will fix that one, and if it passes muster the same fix will work here. |
Grabbing now that #4987 is merged. |
Description
As part of #4974 we had to temporarily skip two tests (
test_admin_edits_hotp_secret
andtest_admin_edits_totp_secret
) that failed CI when we ran using the latest version of Tor Browser which were hanging CI indefinitely. We should investigate why these tests are hanging and resolve. See also #4691 where similar but intermittent behavior was also reported.The text was updated successfully, but these errors were encountered: