Skip to content

Commit

Permalink
skips some Merkle shreds tests in coverage CI (#804)
Browse files Browse the repository at this point in the history
skips some Merkle shreds test in coverage CI
  • Loading branch information
behzadnouri authored Apr 15, 2024
1 parent 2ffc7f6 commit 2c0bea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ _ "$cargo" nightly test --jobs "$JOBS" --target-dir target/cov --no-run "${packa

# most verbose log level (trace) is enabled for all solana code to make log!
# macro code green always
if RUST_LOG=solana=trace _ ci/intercept.sh "$cargo" nightly test --jobs "$JOBS" --target-dir target/cov "${packages[@]}" -- --nocapture; then
if RUST_LOG=solana=trace _ ci/intercept.sh "$cargo" nightly test --jobs "$JOBS" --target-dir target/cov "${packages[@]}" -- --nocapture --skip shred::merkle::test::test_make_shreds_from_data:: ; then
test_status=0
else
test_status=$?
Expand Down

0 comments on commit 2c0bea0

Please sign in to comment.