summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2021-12-24 00:30:21 +0000
committerAntónio Fernandes <antoniof@gnome.org>2021-12-31 11:12:26 +0000
commit388b2cbb09a2d19eb1b948c435d8bc7cb111149d (patch)
tree76a0979482915ef328010d397eca99134afa7eeb
parent35384f290b7948e995ba78fa31ea63a747f647d0 (diff)
downloadnautilus-388b2cbb09a2d19eb1b948c435d8bc7cb111149d.tar.gz
tests/interactive: Disable build
They use gtk_main(), which is gone in GTK 4. To speedup the port disable these tests. To be reimplemented later. https://gitlab.gnome.org/GNOME/nautilus/-/issues/1993
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index ab588efd3..deab2ffb8 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -19,4 +19,4 @@ test_env = [
]
subdir('automated')
-subdir('interactive')
+#subdir('interactive')