Skip to content

Commit 214179b

Browse files
committed
skip eval tests
1 parent b65b5ed commit 214179b

File tree

5 files changed

+17
-14
lines changed

5 files changed

+17
-14
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License"). You
4+
# may not use this file except in compliance with the License. A copy of
5+
# the License is located at
6+
#
7+
# http://aws.amazon.com/apache2.0/
8+
#
9+
# or in the "license" file accompanying this file. This file is
10+
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11+
# ANY KIND, either express or implied. See the License for the specific
12+
# language governing permissions and limitations under the License.
13+
"""Integration tests for SageMaker Modules Evaluate"""
14+
from __future__ import absolute_import

tests/integ/sagemaker/modules/evaluate/test_benchmark_evaluator.py renamed to sagemaker-train/tests/integ/train/test_benchmark_evaluator.py

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

7474

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

tests/integ/sagemaker/modules/evaluate/test_custom_scorer_evaluator.py renamed to sagemaker-train/tests/integ/train/test_custom_scorer_evaluator.py

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

5757

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

tests/integ/sagemaker/modules/evaluate/test_llm_as_judge_evaluator.py renamed to sagemaker-train/tests/integ/train/test_llm_as_judge_evaluator.py

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

8686

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

tests/integ/sagemaker/modules/evaluate/__init__.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)