We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d493d1 + 8ada0d6 commit 4a7b313Copy full SHA for 4a7b313
ci.sh
@@ -97,7 +97,8 @@ run_old_e2e_tests() {
97
# /tmp/parsec/parsec.sock. This can not be created in the Dockerfile as this is where
98
# the repository is checked out.
99
ln -s /tmp/parsec.sock /tmp/parsec/parsec.sock
100
- RUST_BACKTRACE=1 cargo test --manifest-path /tmp/old_e2e_tests/Cargo.toml normal_tests -- --skip asym_verify_fail
+ RUST_BACKTRACE=1 cargo test --manifest-path /tmp/old_e2e_tests/Cargo.toml normal_tests -- \
101
+ --skip asym_verify_fail --skip per_provider::normal_tests::asym_sign_verify::fail_verify_hash
102
fi
103
}
104
0 commit comments