Skip to content

Commit 7bd15b9

Browse files
authored
skip et quantizer numeric debugging tests for infra update
Differential Revision: D76842266 Pull Request resolved: #11764
1 parent 03ffa48 commit 7bd15b9

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)