From d11cd50773c4549a087259d48280f3e82e775776 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 11 May 2021 17:47:43 +0300 Subject: [PATCH] ci: skip vweb_app_test.v except in the ubuntu-tcc job --- cmd/tools/modules/testing/common.v | 1 + 1 file changed, 1 insertion(+) 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'