Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Remove duplicate large_vector_test in nightly introduced in #17388 #18259

Merged
merged 1 commit into from
May 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1431,16 +1431,6 @@ nightly_test_large_vector() {
pytest tests/nightly/test_large_vector.py::test_basic
}

#Test Large Vectors
nightly_test_large_vector() {
set -ex
export PYTHONPATH=./python/
export DMLC_LOG_STACK_TRACE_DEPTH=10
pytest tests/nightly/test_large_vector.py::test_tensor
pytest tests/nightly/test_large_vector.py::test_nn
pytest tests/nightly/test_large_vector.py::test_basic
}

#Tests Amalgamation Build with 5 different sets of flags
nightly_test_amalgamation() {
set -ex
Expand Down