[TEST][Quantization] Skip test_learnable due to hypothesis#152819
[TEST][Quantization] Skip test_learnable due to hypothesis#152819Aidyn-A wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/152819
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (2 Unrelated Failures)As of commit 4c81f96 with merge base 7368eeb ( BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@jerryzh168 can you please opine? |
eqy
left a comment
There was a problem hiding this comment.
nit: maybe consider setting as xFail
|
@pytorchbot rebase |
|
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
|
Successfully rebased |
f53ad72 to
4c81f96
Compare
The surrounding tests that are failing because of hypothesis were skipped. So I am skipping these one too. |
|
CI test failures are unrelated. @pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 2 checks: pull / linux-jammy-py3-clang12-executorch / build, pull / cuda12.8-py3.10-gcc9-sm75 / test (pr_time_benchmarks, 1, 1, linux.g4dn.metal.nvidia.gpu) Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
…52819) As per comment in pytorch#111471 (comment) the tests are failing due to hypothesis. This PR adds a skip to those tests. Pull Request resolved: pytorch#152819 Approved by: https://github.com/eqy
As per comment in #111471 (comment) the tests are failing due to hypothesis. This PR adds a skip to those tests.