-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Fix test EmbeddingServerAppInsideIframe_WithCompressionEnabled_Fails #64326
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
Conversation
oroztocil
left a comment
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.
🚀
src/Components/test/E2ETest/ServerExecutionTests/WebSocketCompressionTests.cs
Outdated
Show resolved
Hide resolved
ilonatommy
left a comment
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.
Small update so that we see what did not get matched, without browsing the code.
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.
Pull Request Overview
This pull request fixes a failing test caused by changes in Chromium's error message format for Content Security Policy (CSP) violations. The test now checks for both the old and new error message patterns to ensure compatibility across different Chromium versions.
- Removed the
[QuarantinedTest]attribute to enable the test - Updated the assertion logic to support both old and new Chromium CSP error message formats
- Added a new regex pattern for the updated Chromium error message
…ressionTests.cs Co-authored-by: Ilona Tomkowicz <[email protected]>
|
/backport to release/10.0 |
|
Started backporting to |
Fix test EmbeddingServerAppInsideIframe_WithCompressionEnabled_Fails
Description
This pull request changes the error message check in the test due to changes in the Chromium. This makes test not fail anymore.
Changes:
[QuarantinedTest]attribute from the test.Fixes #64305