Skip to content

Commit a68f2f8

Browse files
Gasoonjiafacebook-github-bot
authored andcommitted
skip et quantizer numeric debugging tests for infra update (#11764)
Summary: Pull Request resolved: #11764 skip the numeric debugging test first for infra update. D76842934 will bring it back after infra update Reviewed By: jerryzh168, zhenyan-zhang-meta Differential Revision: D76842266
1 parent 830631d commit a68f2f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backends/xnnpack/test/quantizer/test_pt2e_quantization.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
# pyre-unsafe
88

9+
import unittest
10+
911
from collections import Counter
1012
from typing import Dict, Tuple
1113

@@ -723,6 +725,7 @@ def test_save_load(self) -> None:
723725
instantiate_parametrized_tests(TestQuantizePT2E)
724726

725727

728+
@unittest.skip("TODO: Reenable it after debug infrature finish update")
726729
class TestNumericDebugger(TestCase):
727730
def _extract_debug_handles(self, model) -> Dict[str, int]:
728731
debug_handle_map: Dict[str, int] = {}

0 commit comments

Comments
 (0)