Browse Source

chore(tests): Remove non-existant chartcuterie tests (#56279)

Matt Gaunt-Seo @ Sentry.io 1 year ago
parent
commit
0f47a8cfd9
1 changed files with 0 additions and 5 deletions
  1. 0 5
      Makefile

+ 0 - 5
Makefile

@@ -163,11 +163,6 @@ test-symbolicator: create-db
 	pytest tests/relay_integration/lang/javascript/ -vv -m symbolicator
 	@echo ""
 
-test-chartcuterie:
-	@echo "--> Running chartcuterie tests"
-	pytest tests/chartcuterie -vv --cov . --cov-report="xml:.artifacts/chartcuterie.coverage.xml"
-	@echo ""
-
 test-acceptance: node-version-check
 	@echo "--> Building static assets"
 	@$(WEBPACK)