They just don't work there yet, so don't try to run them there
(these need some development work from a Windows wizard first).
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <
20260216103924.39493-1-thuth@redhat.com>
# (e.g. tests that fetch assets from the internet) should be put into
# the 'thorough' category instead.
-# Most tests run too slow with TCI enabled, so skip the functional tests there
-if get_option('tcg_interpreter')
+# Most tests run too slow with TCI enabled, and they haven't been adapted
+# to Windows yet, so skip the functional tests in these environments
+if get_option('tcg_interpreter') or host_os == 'windows'
subdir_done()
endif