-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Update event schema version type #421
Conversation
It looks like UI tests are flaky again @trungleduc? |
yeah, your only choice is to relax the diff ratio |
@@ -20,7 +20,7 @@ module.exports = { | |||
}, | |||
expect: { | |||
toMatchSnapshot: { | |||
maxDiffPixelRatio: 0.0001 | |||
maxDiffPixelRatio: 0.01 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maxDiffPixelRatio: 0.01 | |
maxDiffPixelRatio: 0.001 |
1% might be overkill
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was not, I'm reverting that change.
Co-authored-by: Duc Trung Le <[email protected]>
Ubuntu test failures are tracked in #416. |
Should be fixed in 15 minutes with release of 4.3.4 🤞 |
Oh, let's wait for it then 👍 |
Let's see if it picks up JupyterLab v4.3.4. |
CI is green again 🎉 |
No description provided.