Do not persist data by default. (#5987)

This commit is contained in:
Toke Jepsen 2023-12-04 15:14:59 +00:00 committed by GitHub
parent 463a7fb323
commit 71badb50cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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", "", "")