Skip to content

Commit 2498214

Browse files
committed
fix comment
1 parent fd721ec commit 2498214

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/container/test-axlearn.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,11 @@ TEST_8_DEVICES_FILES=("gda_test.py"
191191
"trainer_test.py"
192192
"utils_test.py"
193193
)
194-
# we do not need to test the following
195194
TEST_8_DEVICES_WITH_PATHS=()
196195
for file in "${TEST_8_DEVICES_FILES[@]}"; do
197196
# Handle the ambiguous 'utils_test.py' as a special case.
198197
if [[ "$file" == "utils_test.py" ]]; then
199-
# Find the one specific 'utils_test.py' we want by its full path.
200-
# Adjust the path if your target file is located elsewhere.
198+
# We do not need to test cli or gcloud utils_test
201199
found_file=$(find . -path '*/axlearn/common/utils_test.py' -type f 2>/dev/null | head -n 1)
202200
if [[ -n "$found_file" ]]; then
203201
TEST_8_DEVICES_WITH_PATHS+=("$found_file")

0 commit comments

Comments
 (0)