Merge fix, removed editor preferences change by accident

This commit is contained in:
ANT\aljanru
2021-09-05 22:32:26 +02:00
parent 3023462644
commit cdfaabc2ca
2 changed files with 2 additions and 2 deletions
@@ -90,5 +90,5 @@ class TestAutomation(TestAutomationBase):
@revert_physics_config
def test_C15425929_Undo_Redo(self, request, workspace, editor, launcher_platform):
from .general import C15425929_Undo_Redo as test_module
from .tests import Physics_UndoRedoWorksOnEntityWithPhysComponents as test_module
self._run_test(request, workspace, editor, test_module)
@@ -1,7 +1,7 @@
{
"Amazon": {
"Preferences": {
"EnablePrefabSystem": true
"EnablePrefabSystem": false
}
}
}