Skip to content

Commit ede2e1f

Browse files
Merge smithy-rs-release-1.x.y into main (#4164)
2 parents 004a1ae + 89ad103 commit ede2e1f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

tools/ci-scripts/check-aws-sdk-services

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ else
2222
cargo test --all-features
2323
fi
2424

25-
for test_dir in tests/*; do
26-
if [ -f "${test_dir}/Cargo.toml" ]; then
27-
echo "#### Testing ${test_dir}..."
28-
cargo test --all-features --manifest-path "${test_dir}/Cargo.toml"
29-
fi
30-
done
25+
# TODO reenable these tests when they have lockfiles
26+
# for test_dir in tests/*; do
27+
# if [ -f "${test_dir}/Cargo.toml" ]; then
28+
# echo "#### Testing ${test_dir}..."
29+
# cargo test --all-features --manifest-path "${test_dir}/Cargo.toml"
30+
# fi
31+
# done

0 commit comments

Comments
 (0)