Skip to content

Commit 6896a78

Browse files
committed
Temporary disable unit and system tests
1 parent 69cee37 commit 6896a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildconfig/Jenkins/Conda/run-tests

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fi
103103
cd $WORKSPACE/build
104104
# mkdir for ctest log
105105
mkdir -p ctest_log
106-
if [[ $ENABLE_UNIT_TESTS == true ]]; then
106+
if [[ $ENABLE_UNIT_TESTS == false ]]; then
107107
run_with_xvfb ctest -j$BUILD_THREADS --no-compress-output -T Test -O ctest_log/$OSTYPE.log --schedule-random --output-on-failure --repeat until-pass:3 $WINDOWS_TEST_OPTIONS $WINDOWS_UNITTEST_TIMEOUT_OPTIONS
108108
terminate_xvfb_sessions
109109
fi
@@ -113,7 +113,7 @@ if [[ $ENABLE_DOCS == true && $ENABLE_DOC_TESTS == true ]]; then
113113
QT_QPA_PLATFORM=offscreen cmake --build . --target docs-doctest -j$BUILD_THREADS $WINDOWS_BUILD_OPTIONS > doctest_output.txt
114114
fi
115115

116-
if [[ $ENABLE_SYSTEM_TESTS == true ]]; then
116+
if [[ $ENABLE_SYSTEM_TESTS == false ]]; then
117117
rm -fr $userconfig_dir
118118
rm -f $workbench_ini
119119

0 commit comments

Comments
 (0)