mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Do not persist data by default. (#5987)
This commit is contained in:
parent
463a7fb323
commit
71badb50cc
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class TestDeadlinePublishInMaya(MayaDeadlinePublishTestClass):
|
|||
{OPENPYPE_ROOT}/.venv/Scripts/python.exe {OPENPYPE_ROOT}/start.py runtests ../tests/integration/hosts/maya # noqa: E501
|
||||
|
||||
"""
|
||||
PERSIST = True
|
||||
PERSIST = False
|
||||
|
||||
TEST_FILES = [
|
||||
("test_deadline_publish_in_maya", "", "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue