File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
contentcuration/contentcuration/tests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -651,6 +651,7 @@ def test_duration_check_constraint__acceptable(self):
651651 duration = 1123123 ,
652652 )
653653
654+ @pytest .mark .skip (reason = "Temporarily removed constraint" )
654655 def test_duration_check_constraint__negative (self ):
655656 channel = testdata .channel ()
656657 with self .assertRaises (IntegrityError , msg = FILE_DURATION_CONSTRAINT ):
@@ -660,6 +661,7 @@ def test_duration_check_constraint__negative(self):
660661 duration = - 10 ,
661662 )
662663
664+ @pytest .mark .skip (reason = "Temporarily removed constraint" )
663665 def test_duration_check_constraint__not_media (self ):
664666 channel = testdata .channel ()
665667 with self .assertRaises (IntegrityError , msg = FILE_DURATION_CONSTRAINT ):
You can’t perform that action at this time.
0 commit comments