Misc cleanup. Fixing typos and remove unused test level

Signed-off-by: Gene Walters <genewalt@amazon.com>
This commit is contained in:
Gene Walters
2021-10-18 21:57:46 -07:00
parent 580153b16e
commit c8237d69c7
7 changed files with 1 additions and 3255 deletions
@@ -18,6 +18,6 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
AutomatedTesting.Assets
AutomatedTesting.ServerLauncher
COMPONENT
Mutliplayer
Multiplayer
)
endif()
@@ -13,13 +13,11 @@ import pytest
import os
import sys
from .utils.FileManagement import FileManagement as fm
sys.path.append(os.path.dirname(os.path.abspath(__file__)) + '/../automatedtesting_shared')
from base import TestAutomationBase
@pytest.mark.parametrize("project", ["AutomatedTesting"])
@pytest.mark.parametrize("launcher_platform", ['windows_editor'])
class TestAutomation(TestAutomationBase):