Disable failing modules, add explicit skip-reason

Signed-off-by: sweeneys <sweeneys@amazon.com>
This commit is contained in:
sweeneys
2021-11-10 18:56:02 -08:00
parent bf00d82b02
commit e0c2fd90b1
2 changed files with 3 additions and 3 deletions
@@ -16,7 +16,7 @@ import subprocess
import ly_test_tools
@pytest.mark.skipif(not ly_test_tools.WINDOWS, "SerializeContextTools only available on Windows")
@pytest.mark.skipif(not ly_test_tools.WINDOWS, reason="SerializeContextTools only available on Windows")
@pytest.mark.SUITE_smoke
class TestCLIToolSerializeContextToolsWorks(object):
def test_CLITool_SerializeContextTools_Works(self, build_directory):