Don't run ccomplextest as part of JavaScript test suite

This test currently fails due to "I" being undefined, so disable it to
let the rest of the tests to pass and add it later when this can be
fixed.
This commit is contained in:
Vadim Zeitlin 2021-10-01 01:55:25 +02:00
commit 4b05d8d947

View file

@ -13,9 +13,6 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
C_TEST_CASES += \
ccomplextest \
CPP_TEST_CASES += \
javascript_lib_arrays \