Unverified Commit 7eb073a7 authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot Committed by GitHub
Browse files

Disable testing aws-sdk-rust tests/ dir (#4163)

parents 941337ab 0614e0e5
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -22,9 +22,10 @@ else
    cargo test --all-features
fi

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