Skip to content
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

test: Fix stuck tests on master branch #2285

Merged
merged 6 commits into from
Oct 13, 2022

Commits on Oct 13, 2022

  1. test: Fix stuck tests on master branch

    Some tests get stuck on the master branch which uses TestCI
    configuration. The code that gets stuck is accessing UIScreen.mainScreen
    in SentryCrashIntegration. This is just a workaround, the actual fix will be done
    with #2284.
    philipphofmann committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    8bc2cef View commit details
    Browse the repository at this point in the history
  2. Undo test config

    philipphofmann committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    45bf268 View commit details
    Browse the repository at this point in the history
  3. Fix 1

    philipphofmann committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    b785808 View commit details
    Browse the repository at this point in the history
  4. test

    philipphofmann committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    06dc897 View commit details
    Browse the repository at this point in the history
  5. Disable adding context

    philipphofmann committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    a63776a View commit details
    Browse the repository at this point in the history
  6. Undo changes

    philipphofmann committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    5e0a540 View commit details
    Browse the repository at this point in the history