diff --git a/cmd/tools/modules/testing/common.v b/cmd/tools/modules/testing/common.v index ac9ab76aeb..4199ab70a3 100644 --- a/cmd/tools/modules/testing/common.v +++ b/cmd/tools/modules/testing/common.v @@ -150,6 +150,7 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession { skip_files << 'examples/c_interop_wkhtmltopdf.v' // needs installation of wkhtmltopdf from https://github.com/wkhtmltopdf/packaging/releases // the ttf_test.v is not interactive, but needs X11 headers to be installed, which is done only on ubuntu-tcc for now skip_files << 'vlib/x/ttf/ttf_test.v' + skip_files << 'vlib/vweb/vweb_app_test.v' // imports the `sqlite` module, which in turn includes sqlite3.h } if testing.github_job != 'audio-examples' { skip_files << 'examples/sokol/sounds/melody.v'