Skip to content

Commit 3cc1292

Browse files
committed
Skip tests for now
1 parent 9eebeff commit 3cc1292

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contentcuration/contentcuration/tests/test_models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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):

0 commit comments

Comments
 (0)