File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -610,6 +610,9 @@ def test_compare_intermediate_outputs_sequence_and_non_sequence(self):
610
610
with self .assertRaises (ValueError ):
611
611
compare_intermediate_outputs (a , b , L1Comparator ())
612
612
613
+ @unittest .skip (
614
+ "TODO: enable the test after required feature has been built in pytorch core nightly version"
615
+ )
613
616
def test_equip_debug_handle_to_export_program_success (self ):
614
617
"""Test that propagate_back_debug_handle returns True and properly equips debug handles."""
615
618
# Create a test model
@@ -676,6 +679,9 @@ def test_equip_debug_handle_to_export_program_failure(self):
676
679
# Check that it returns False due to mismatch
677
680
self .assertFalse (result )
678
681
682
+ @unittest .skip (
683
+ "TODO: enable the test after required feature has been built in pytorch core nightly version"
684
+ )
679
685
def test_equip_debug_handle_to_export_program_op_to_be_removed_in_to_edge (self ):
680
686
"""Test that propagate_back_debug_handle returns True and properly equips debug handles when an op is removed in to_edge"""
681
687
You can’t perform that action at this time.
0 commit comments