Skip to content

Commit

Permalink
Remove commented out test
Browse files Browse the repository at this point in the history
  • Loading branch information
brettimus committed May 10, 2023
1 parent 43b6c1a commit 75dabc0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/autometrics/tracker/test_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,3 @@ def test_create_otel_tracker_set_build_info(monkeypatch):

monkeypatch.delenv("AUTOMETRICS_VERSION", raising=False)
monkeypatch.delenv("AUTOMETRICS_COMMIT", raising=False)


# def test_create_tracker_set_build_info_empty(monkeypatch):
# """Test that create_tracker calls set_build_info with empty strings when none is present."""

# monkeypatch.delenv("AUTOMETRICS_VERSION", raising=False)
# monkeypatch.delenv("AUTOMETRICS_COMMIT", raising=False)

# otel_tracker = create_tracker(TrackerType.OPENTELEMETRY)
# assert isinstance(otel_tracker, OpenTelemetryTracker)

# prom_tracker = create_tracker()
# assert isinstance(prom_tracker, PrometheusTracker)

0 comments on commit 75dabc0

Please sign in to comment.