skip test_tanhquantize for now (#44312)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/44312
This test is failing now when running on card. Let's disable it while Intel is investigating the issue.
Test Plan: Sandcastle
Reviewed By: hyuen
Differential Revision: D23577475
fbshipit-source-id: 84f957c69ed75e0e0f563858b8b8ad7a2158da4e
diff --git a/caffe2/contrib/fakelowp/test/test_fusions.py b/caffe2/contrib/fakelowp/test/test_fusions.py
index 116aa82..8db7589 100644
--- a/caffe2/contrib/fakelowp/test/test_fusions.py
+++ b/caffe2/contrib/fakelowp/test/test_fusions.py
@@ -28,7 +28,7 @@
rand_seed=st.integers(0, 65534),
)
@settings(deadline=None, max_examples=100)
- def test_tanhquantize(self, scale, zp, size, rand_seed):
+ def Skip_test_tanhquantize(self, scale, zp, size, rand_seed):
np.random.seed(rand_seed)
workspace.ResetWorkspace()