Sit out SIM_test_varserv

SIM_test_varserv fails intermittently for no apparent reason; take it out of CI until it can be debugged.
This commit is contained in:
Jacqueline Deans 2022-08-24 13:34:03 -05:00 committed by GitHub
parent bb69212155
commit 2deb7cd180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,12 +36,10 @@ SIMS_TO_COMPILE_AND_RUN = \
SIM_test_sched \
SIM_test_templates \
SIM_threads \
SIM_trickified \
SIM_test_varserv
SIM_trickified
# Sims with problems, no purpose, or maybe shouldn't be a test
# SIM_leaks ( should be deleted )
# SIM_test_varserv ( not sure what it is testing )
# SIM_dynamic_sim_object ( not running, class won't instantiate )
# SIM_segments ( not a test, but a demo )