Unverified Commit 4dc06ceb authored by moto's avatar moto Committed by GitHub
Browse files

Disable Windows CPP test (#3613)

The test executable is not found. Need to investigate more later.
parent 71104e8d
...@@ -47,7 +47,6 @@ printf "* Installing fsspec\n" ...@@ -47,7 +47,6 @@ printf "* Installing fsspec\n"
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org fsspec pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org fsspec
printf "* Installing torchaudio\n" printf "* Installing torchaudio\n"
export BUILD_CPP_TEST=1
"$root_dir/packaging/vc_env_helper.bat" python setup.py install "$root_dir/packaging/vc_env_helper.bat" python setup.py install
# 3. Install Test tools # 3. Install Test tools
......
...@@ -11,13 +11,6 @@ source "$this_dir/set_cuda_envs.sh" ...@@ -11,13 +11,6 @@ source "$this_dir/set_cuda_envs.sh"
python -m torch.utils.collect_env python -m torch.utils.collect_env
env | grep TORCHAUDIO || true env | grep TORCHAUDIO || true
( cd test
cd build/temp*/test/cpp pytest --cov=torchaudio --junitxml=${RUNNER_TEST_RESULTS_DIR}/junit.xml -v --durations 20 torchaudio_unittest
ctest coverage html
)
(
cd test
pytest --cov=torchaudio --junitxml=${RUNNER_TEST_RESULTS_DIR}/junit.xml -v --durations 20 torchaudio_unittest
coverage html
)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment