Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}


# @pytest.mark.skip(reason="Temporarily skipped - moved from tests/integ/sagemaker/modules/evaluate/")
@pytest.mark.skip(reason="Temporarily skipped - moved from tests/integ/sagemaker/modules/evaluate/")
class TestBenchmarkEvaluatorIntegration:
"""Integration tests for BenchmarkEvaluator with fine-tuned model package"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}


# @pytest.mark.skip(reason="Temporarily skipped - moved from tests/integ/sagemaker/modules/evaluate/")
@pytest.mark.skip(reason="Temporarily skipped - moved from tests/integ/sagemaker/modules/evaluate/")
class TestCustomScorerEvaluatorIntegration:
"""Integration tests for CustomScorerEvaluator with custom evaluator"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
}


# @pytest.mark.skip(reason="Temporarily skipped - moved from tests/integ/sagemaker/modules/evaluate/")
@pytest.mark.skip(reason="Temporarily skipped - moved from tests/integ/sagemaker/modules/evaluate/")
class TestLLMAsJudgeEvaluatorIntegration:
"""Integration tests for LLMAsJudgeEvaluator"""

Expand Down
Loading