Moving flaky multiplayer tests into sandbox so they will still be ran nightly, but we can still fix and create new tests

Signed-off-by: Gene Walters <genewalt@amazon.com>
This commit is contained in:
Gene Walters
2021-11-04 13:49:33 -07:00
parent 5a3cd96eab
commit 1f4cb58c5e
4 changed files with 51 additions and 4 deletions
@@ -27,7 +27,3 @@ class TestAutomation(TestAutomationBase):
batch_mode=batch_mode,
autotest_mode=autotest_mode)
def test_Multiplayer_AutoComponent_NetworkInput(self, request, workspace, editor, launcher_platform):
from .tests import Multiplayer_AutoComponent_NetworkInput as test_module
self._run_prefab_test(request, workspace, editor, test_module)