Skip to content

Commit

Permalink
make: skip integration tests
Browse files Browse the repository at this point in the history
The MASP proof generation is taking too long and timing out in CI.
Skipping until resolved.
  • Loading branch information
tzemanovic committed Jul 25, 2023
1 parent ddb8fb4 commit a9e638b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ audit:

test: test-unit test-e2e test-wasm

# Integration and unit tests with coverage report
# Unit tests with coverage report
test-coverage:
$(cargo) +$(nightly) llvm-cov --output-dir target \
--features namada/testing \
--html \
-- --skip e2e -Z unstable-options --report-time
-- --skip e2e --skip integration -Z unstable-options --report-time

# NOTE: `TEST_FILTER` is prepended with `e2e::`. Since filters in `cargo test`
# work with a substring search, TEST_FILTER only works if it contains a string
Expand Down

0 comments on commit a9e638b

Please sign in to comment.