Commit 0614e0e5 authored by Landon James's avatar Landon James
Browse files

Disable testing aws-sdk-rust tests/ dir

parent 941337ab
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