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 Safari test failures #8300

Merged
merged 1 commit into from
Jun 1, 2023
Merged

test: fix Safari test failures #8300

merged 1 commit into from
Jun 1, 2023

Conversation

misteroneill
Copy link
Member

@misteroneill misteroneill commented Jun 1, 2023

Description

It looks like after #8274 was merged, tests began failing consistently in Safari. Upon investigation, it seems that code in the test harness was hitting load() before a fake tech had been created, causing it to throw and then the test to time out.

Oddly enough, the tests didn't fail in the PR... only after it was merged! 🤷

Specific Changes proposed

  • Do a null check for the tech_ before inspecting it.

Requirements Checklist

  • Feature implemented / Bug fixed
  • Reviewed by Two Core Contributors

Copy link
Contributor

@adrums86 adrums86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@adrums86 adrums86 merged commit 9e5dd81 into main Jun 1, 2023
@adrums86 adrums86 deleted the fix-tests branch June 1, 2023 22:28
edirub pushed a commit to edirub/video.js that referenced this pull request Jun 8, 2023
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.

2 participants