-
Notifications
You must be signed in to change notification settings - Fork 5k
Skip zip test on wasm #114801
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
Skip zip test on wasm #114801
Conversation
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
The purpose of the PR is to address test failures on the WASM platform by skipping execution of specific tests under that environment.
- Added the SkipOnPlatform attribute to tests failing on Browser/WASM in the ZipArchive and ZipFile test suites.
- Updated three test files to conditionally disable execution on the Browser platform.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
src/libraries/System.IO.Compression/tests/ZipArchive/zip_InvalidParametersAndStrangeFiles.cs | Added SkipOnPlatform attribute to skip a test on Browser. |
src/libraries/System.IO.Compression.ZipFile/tests/ZipFile.Extract.cs | Added SkipOnPlatform attribute to the ZipFile class to disable tests on Browser. |
src/libraries/System.IO.Compression.ZipFile/tests/ZipFile.Extract.Stream.cs | Added SkipOnPlatform attribute to the ZipFile_Extract_Stream class to skip tests on Browser. |
Tagging subscribers to this area: @dotnet/area-system-io-compression |
/ba-g Fast merge to unblock CIs |
@lewing