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

Skip jpeg encoding/decoding tests on MacOS #8145

Merged
merged 3 commits into from
Dec 5, 2023

Conversation

NicolasHug
Copy link
Member

@NicolasHug NicolasHug commented Dec 5, 2023

These tests are failing on M1 - see #8031

I don't know why. But there's no point keeping the CI red as it's been for weeks.

cc @pmeier

Copy link

pytorch-bot bot commented Dec 5, 2023

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8145

Note: Links to docs will display an error until the docs builds have been completed.

✅ You can merge normally! (32 Unrelated Failures)

As of commit b4ec9e4 with merge base 1ababf9 (image):

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@@ -419,6 +420,7 @@ def test_encode_jpeg_errors():
encode_jpeg(torch.empty((100, 100), dtype=torch.uint8))


@pytest.skipif(IS_MACOS, reason="https://github.com/pytorch/vision/issues/8031")
Copy link
Member Author

Choose a reason for hiding this comment

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

In theory we would only skip for M1 and not all darwin, but it doesn't really matter since the non-M1 builds will be dropped very soon.

Copy link
Collaborator

@pmeier pmeier left a comment

Choose a reason for hiding this comment

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

Thanks! Test failure is not related:

FAILED test/test_transforms_v2.py::TestLinearTransform::test_transform[cpu-dtype1-make_image_tensor] - AssertionError: Tensor-likes are not close!

@NicolasHug NicolasHug merged commit 526ec93 into pytorch:main Dec 5, 2023
2 checks passed
@NicolasHug NicolasHug deleted the aelfjnalefjnaljenf branch December 5, 2023 13:55
facebook-github-bot pushed a commit that referenced this pull request Jan 16, 2024
Reviewed By: vmoens

Differential Revision: D52539015

fbshipit-source-id: 77897ef7616da523e9a5eac0447d22cdc281d86e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants