File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -610,6 +610,7 @@ def test_compare_intermediate_outputs_sequence_and_non_sequence(self):
610610 with self .assertRaises (ValueError ):
611611 compare_intermediate_outputs (a , b , L1Comparator ())
612612
613+ @unittest .skip ("TODO: enable the test after required feature has been built in pytorch core nightly version" )
613614 def test_equip_debug_handle_to_export_program_success (self ):
614615 """Test that propagate_back_debug_handle returns True and properly equips debug handles."""
615616 # Create a test model
@@ -676,6 +677,7 @@ def test_equip_debug_handle_to_export_program_failure(self):
676677 # Check that it returns False due to mismatch
677678 self .assertFalse (result )
678679
680+ @unittest .skip ("TODO: enable the test after required feature has been built in pytorch core nightly version" )
679681 def test_equip_debug_handle_to_export_program_op_to_be_removed_in_to_edge (self ):
680682 """Test that propagate_back_debug_handle returns True and properly equips debug handles when an op is removed in to_edge"""
681683
You can’t perform that action at this time.
0 commit comments