File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ time make check
201201echo Running fixed check-test-tx-meta tests
202202export TEST_SPEC=' [tx]'
203203export STELLAR_CORE_TEST_PARAMS=" --ll fatal -r simple --all-versions --rng-seed 12345 --check-test-tx-meta ${SRC_DIR} /test-tx-meta-baseline-${PROTOCOL} "
204+ export SKIP_SOROBAN_TESTS=true
204205time make check
205206
206207echo All done
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ CARGO=cargo +$(RUST_TOOLCHAIN_CHANNEL)
128128# we pass some configuration by environment variable
129129# to tests since they can't take command-line arguments.
130130export RUST_TOOLCHAIN_CHANNEL
131+ export SKIP_SOROBAN_TESTS
131132export top_srcdir
132133export top_builddir
133134
Original file line number Diff line number Diff line change 1717 exit 1
1818fi
1919
20+ if [ -n " ${SKIP_SOROBAN_TESTS} " ];
21+ then
22+ echo " skipping soroban tests"
23+ exit 0
24+ fi
25+
2026# Define tests to skip
2127# `test_expected_size` tests the actual memory sizes of types used in memory metering.
2228# This test is skipped because memory sizes vary based on Rust compiler version and
You can’t perform that action at this time.
0 commit comments