Revert "fix bug in LYN-3466 for atom_renderer tests"

This reverts commit e23d2ca7aa.
This commit is contained in:
jromnoa
2021-05-06 17:18:15 -07:00
parent e255090db6
commit 401d16b61d
4 changed files with 8 additions and 8 deletions
@@ -10,6 +10,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Sandbox suite tests for the Atom renderer.
"""
import pytest
@@ -17,6 +18,7 @@ import pytest
@pytest.mark.parametrize("launcher_platform", ['windows_editor'])
@pytest.mark.parametrize("level", ["auto_test"])
class TestAtomEditorComponentsSandbox(object):
# It requires at least one test
def test_Dummy(self, request, editor, level, workspace, project, launcher_platform):
pass