Skip to content

Commit

Permalink
Only run ancestor and successor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
talsperre committed Jan 11, 2025
1 parent b692130 commit 737b4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install_extensions() {
}

run_tests() {
cd test/core && PYTHONPATH=`pwd`/../../ python3 run_tests.py --num-parallel 8 && cd ../../
cd test/core && PYTHONPATH=`pwd`/../../ python3 run_tests.py --num-parallel 8 --tests ImmediateAncestorTest,ImmediateSuccessorTest && cd ../../
}

# We run realtime cards tests separately because there these tests validate the asynchronous updates to the
Expand Down

0 comments on commit 737b4bd

Please sign in to comment.