From 65704110ad283e031f3ee9bae1d74b340f5e3f80 Mon Sep 17 00:00:00 2001 From: evanchia Date: Tue, 3 Aug 2021 10:28:45 -0700 Subject: [PATCH] removing pytest skips on smoke tests Signed-off-by: evanchia --- .../PythonTests/smoke/test_RemoteConsole_CPULoadLevel_Works.py | 2 -- .../PythonTests/smoke/test_RemoteConsole_GPULoadLevel_Works.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/AutomatedTesting/Gem/PythonTests/smoke/test_RemoteConsole_CPULoadLevel_Works.py b/AutomatedTesting/Gem/PythonTests/smoke/test_RemoteConsole_CPULoadLevel_Works.py index 54d7b3eb6f..6522514f2f 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/test_RemoteConsole_CPULoadLevel_Works.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/test_RemoteConsole_CPULoadLevel_Works.py @@ -13,8 +13,6 @@ Test should run in both gpu and non gpu import pytest import psutil -# Bail on the test if ly_test_tools doesn't exist. -pytest.importorskip("ly_test_tools") import ly_test_tools.environment.waiter as waiter import editor_python_test_tools.hydra_test_utils as editor_test_utils from ly_remote_console.remote_console_commands import RemoteConsole as RemoteConsole diff --git a/AutomatedTesting/Gem/PythonTests/smoke/test_RemoteConsole_GPULoadLevel_Works.py b/AutomatedTesting/Gem/PythonTests/smoke/test_RemoteConsole_GPULoadLevel_Works.py index bfce7895e6..7debcab938 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/test_RemoteConsole_GPULoadLevel_Works.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/test_RemoteConsole_GPULoadLevel_Works.py @@ -13,8 +13,6 @@ Test should run in both gpu and non gpu import pytest import psutil -# Bail on the test if ly_test_tools doesn't exist. -pytest.importorskip("ly_test_tools") import ly_test_tools.environment.waiter as waiter import editor_python_test_tools.hydra_test_utils as editor_test_utils from ly_remote_console.remote_console_commands import RemoteConsole as RemoteConsole