diff --git a/UnitTests/Makefile.unittests b/UnitTests/Makefile.unittests index 1568b124b4..93b0118f8a 100755 --- a/UnitTests/Makefile.unittests +++ b/UnitTests/Makefile.unittests @@ -473,7 +473,7 @@ SHELL_SERVER_ONLY = \ @top_srcdir@/js/server/tests/shell-foxx-format-middleware.js \ @top_srcdir@/js/server/tests/shell-foxx-preprocessor.js \ @top_srcdir@/js/server/tests/shell-skiplist-index.js \ - @top_srcdir@/js/server/tests/shell-skiplist-rm-performance.js \ + @top_srcdir@/js/server/tests/shell-skiplist-rm-performance-timecritical.js \ @top_srcdir@/js/server/tests/shell-skiplist-correctness.js SHELL_SERVER = $(SHELL_COMMON) $(SHELL_SERVER_ONLY)