Skip to content

Commit

Permalink
Disable key mappings test for TS
Browse files Browse the repository at this point in the history
Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
  • Loading branch information
gowthamsk-arm committed May 3, 2024
1 parent 90ce5ae commit 852b099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ run_old_e2e_tests() {
run_key_mappings_tests() {
# There is no keys generated for CryptoAuthLib yet.
# This condition should be removed when the keys are generated for the CAL provider
if ! [[ "$PROVIDER_NAME" = "cryptoauthlib" ]]; then
if ! [[ "$PROVIDER_NAME" = "cryptoauthlib" || "$PROVIDER_NAME" = "trusted-service" ]]; then
echo "Execute key mappings tests"
RUST_BACKTRACE=1 cargo test $TEST_FEATURES --manifest-path ./e2e_tests/Cargo.toml key_mappings
fi
Expand Down

0 comments on commit 852b099

Please sign in to comment.