Skip to content

Commit

Permalink
rm skip
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Dec 6, 2023
1 parent be5c592 commit 1055a46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/components/test_ai_classifier.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from enum import Enum

import pytest
from marvin import ai_classifier
from typing_extensions import Literal

Expand All @@ -16,7 +15,6 @@ class GitHubIssueTag(Enum):
DOCS = "docs"


@pytest.mark.skip(reason="ai_classifier doesnt really work imo")
@pytest_mark_class("llm")
class TestAIClassifer:
class TestLiteral:
Expand Down

0 comments on commit 1055a46

Please sign in to comment.