Skip to content

Commit

Permalink
fix: removing unnecessary pytest skips in blueprints file
Browse files Browse the repository at this point in the history
  • Loading branch information
abanuelo committed Jun 28, 2024
1 parent 05e6ff0 commit 291cf09
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/simulators/carla/test_blueprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@
)
from tests.utils import compileScenic, sampleScene

pytest.mark.skip_blueprints = pytest.mark.skip(
reason="Skipping test due to Carla memory leak issues"
)


@pytest.fixture(autouse=True)
def skip_tests_with_blueprints(request):
if "blueprints" in request.node.name.lower():
pytest.skip("Skipping test due to Carla memory leak issues")


def model_blueprint(simulator, mapPath, town, modelType, modelName):
code = f"""
Expand Down

0 comments on commit 291cf09

Please sign in to comment.