diff --git a/tests/legacy/system/test_edb_configuration_2p0.py b/tests/legacy/system/test_edb_configuration_2p0.py index c7cec9c00a..27b6ad89cc 100644 --- a/tests/legacy/system/test_edb_configuration_2p0.py +++ b/tests/legacy/system/test_edb_configuration_2p0.py @@ -25,6 +25,7 @@ import pytest from pyedb.dotnet.edb import Edb as EdbType + pytestmark = [pytest.mark.unit, pytest.mark.legacy]