Skip to content

Commit d9c85a0

Browse files
gasoonjiafacebook-github-bot
authored andcommitted
skip et quantizer numeric debugging tests for infra update
Differential Revision: D76842266
1 parent 7503bb3 commit d9c85a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backends/xnnpack/test/quantizer/test_pt2e_quantization.py

Lines changed: 3 additions & 1 deletion
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

@@ -722,7 +724,7 @@ def test_save_load(self) -> None:
722724

723725
instantiate_parametrized_tests(TestQuantizePT2E)
724726

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

0 commit comments

Comments
 (0)