-
Couldn't load subscription status.
- Fork 25.7k
Fix inheritance in TestDataLoaderUtil #85018
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/85018
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 FailuresAs of commit 7e47971: The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This PR has been accepted with the accept2ship label. Attempting to merge now. @pytorchbot merge -l |
|
@pytorchbot successfully started a merge job. Check the current status here. |
|
The merge job was canceled. If you believe this is a mistake,then you can re trigger it through pytorch-bot. |
|
@pytorchbot merge -g Cancelled previous workflow, as PR title would otherwise be very confusing |
|
@pytorchbot successfully started a merge job. Check the current status here. |
Merge failedReason: 3 additional jobs have failed, first few of them are: trunk ,trunk / macos-12-py3-arm64-mps / Run MPS tests ,trunk / macos-12-py3-arm64 / test (default, 2, 2, macos-m1-12) Details for Dev Infra teamRaised by workflow job |
|
@pytorchmergebot merge -f "Errors are unrelated" |
|
@pytorchbot successfully started a merge job. Check the current status here. |
TestDataLoaderUtils needs to run it's parent class's setUp method to actually disable flaky tests (see #70516 (comment) for details) Pull Request resolved: #85018 Approved by: https://github.com/clee2000, https://github.com/huydhn
TestDataLoaderUtils needs to run it's parent class's setUp method to actually disable flaky tests (see #70516 (comment) for details)