Skip to content

Commit 1572b32

Browse files
authored
Revert "fix: unskip evaluator integ test classes in sm-train" (#5853)
This reverts commit 5054cb8 which got merged accidentally without PR check.
1 parent 5054cb8 commit 1572b32

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

sagemaker-train/tests/integ/train/test_benchmark_evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
}
7373

7474

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

sagemaker-train/tests/integ/train/test_custom_scorer_evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
}
5656

5757

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

sagemaker-train/tests/integ/train/test_llm_as_judge_evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
}
8585

8686

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

0 commit comments

Comments
 (0)