Revert skip decorators to check if tests are flaky

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-14 14:53:09 +00:00
parent 6f97b0cec0
commit 78b9267f9b
2 changed files with 0 additions and 6 deletions

View File

@@ -3936,9 +3936,6 @@ def test_crew_guardrail_feedback_in_context():
@pytest.mark.vcr(filter_headers=["authorization"])
@pytest.mark.skipif(
sys.version_info.minor == 11, reason="VCR cassette issues in Python 3.11"
)
def test_before_kickoff_callback():
from crewai.project import CrewBase, agent, before_kickoff, task