Fix lua reflection error on AutomatedTesting project. (#835)

Fix lua reflection error on AutomatedTesting project.
This commit is contained in:
hershey5045
2021-05-19 16:35:37 -07:00
committed by GitHub
parent 73335c7160
commit 69df673511
2 changed files with 2 additions and 1 deletions
@@ -52,6 +52,8 @@ set(GEM_DEPENDENCIES
Gem::LandscapeCanvas.Editor
Gem::EMotionFX.Editor
Gem::ImGui.Editor
Gem::Atom_RHI.Private
Gem::Atom_Feature_Common.Editor
Gem::Atom_AtomBridge.Editor
Gem::NvCloth.Editor
Gem::Blast.Editor
@@ -20,7 +20,6 @@ import subprocess
@pytest.mark.SUITE_smoke
class TestCLIToolAssetBuilderWorks(object):
@pytest.mark.xfail(reason="Ignoring failure temporarily - SPEC-6905")
def test_CLITool_AssetBuilder_Works(self, build_directory):
file_path = os.path.join(build_directory, "AssetBuilder")
help_message = "AssetBuilder is part of the Asset Processor"