Reflection Probe component test for parallel execution (#4532)

Signed-off-by: Scott Murray <scottmur@amazon.com>
This commit is contained in:
smurly
2021-10-07 10:56:10 -07:00
committed by GitHub
parent d1947c68c9
commit cdca77acd1
2 changed files with 197 additions and 0 deletions
@@ -42,5 +42,8 @@ class TestAutomation(EditorTestSuite):
class AtomEditorComponents_DisplayMapperAdded(EditorSharedTest):
from Atom.tests import hydra_AtomEditorComponents_DisplayMapperAdded as test_module
class AtomEditorComponents_ReflectionProbeAdded(EditorSharedTest):
from Atom.tests import hydra_AtomEditorComponents_ReflectionProbeAdded as test_module
class ShaderAssetBuilder_RecompilesShaderAsChainOfDependenciesChanges(EditorSharedTest):
from Atom.tests import hydra_ShaderAssetBuilder_RecompilesShaderAsChainOfDependenciesChanges as test_module