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

Chore: Disable flaky end-to-end PDF link test #11248

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

personalizedrefrigerator
Copy link
Collaborator

Summary

This pull request removes part of the preview pane should render PDFs test that has failed several times in CI.

What it tested:

  • Verified that clicking on the link above a PDF attachment attempted to open the PDF in an external viewer.

How it failed:

  • Sometimes, the nextOpenFilePromise would never resolve. I suspect that this was due to a race condition — the result from nextOpenFilePromise isn't awaited until after clicking the PDF link. As such, it may have been possible for the nextOpenFilePromise to start listening for a file open just after the PDF link was clicked.

@personalizedrefrigerator
Copy link
Collaborator Author

The CI failure should be fixed by #11224.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant