Adding xfail mark to LayerBlender test due to Launcher crash on quit (#4173)

Signed-off-by: jckand-amzn <jckand@amazon.com>
This commit is contained in:
jckand-amzn
2021-09-20 10:49:04 -05:00
committed by GitHub
parent 357e823323
commit a4424ea820
@@ -86,6 +86,7 @@ class TestLayerBlender(object):
@pytest.mark.SUITE_periodic
@pytest.mark.dynveg_area
@pytest.mark.parametrize("launcher_platform", ['windows'])
@pytest.mark.xfail(reason="https://github.com/o3de/o3de/issues/4170")
def test_LayerBlender_E2E_Launcher(self, workspace, project, launcher, level, remote_console_instance,
launcher_platform):