You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #193 (comment). @BradyPlanden mentions that the order of the tests to be scheduled is different with the use of pytest-xdist, which, to my understanding, causes issues with threading.
A solution to this problem could be to run the flaky plotly tests in serial mode, but it needs further investigation.
The text was updated successfully, but these errors were encountered:
As discussed in #193 (comment). @BradyPlanden mentions that the order of the tests to be scheduled is different with the use of
pytest-xdist
, which, to my understanding, causes issues with threading.A solution to this problem could be to run the flaky plotly tests in serial mode, but it needs further investigation.
The text was updated successfully, but these errors were encountered: