mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-3426 - remove not working set of failed
This commit is contained in:
parent
51db29319a
commit
0c9c9c40b8
8 changed files with 8 additions and 24 deletions
|
|
@ -77,9 +77,7 @@ class TestDeadlinePublishInNuke(NukeDeadlinePublishTestClass):
|
|||
DBAssert.count_of_types(dbcon, "representation", 1,
|
||||
additional_args=additional_args))
|
||||
|
||||
if any(failures):
|
||||
ModuleUnitTest.failed = True
|
||||
assert not any(failures)
|
||||
assert not any(failures)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
|
|
@ -76,9 +76,7 @@ class TestPublishInNuke(NukeLocalPublishTestClass):
|
|||
DBAssert.count_of_types(dbcon, "representation", 1,
|
||||
additional_args=additional_args))
|
||||
|
||||
if any(failures):
|
||||
ModuleUnitTest.failed = True
|
||||
assert not any(failures)
|
||||
assert not any(failures)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue