From 3f849526aaa4183c5ead62e64b44678b5ff69249 Mon Sep 17 00:00:00 2001
From: Mark Harfouche <mark.harfouche@gmail.com>
Date: Wed, 15 Jan 2025 12:27:40 -0500
Subject: [PATCH] Skip flaky tests on linux64 CI

---
 gio/tests/meson.build  | 2 ++
 glib/tests/meson.build | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index dd1ee06..f8992d5 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -97,6 +97,7 @@ gio_tests = {
     # FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392
     # FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/3148
     'can_fail' : host_system in ['darwin', 'windows', 'gnu'],
+    'suite': ['flaky'],
   },
   'inet-address' : {},
   'io-stream' : {},
@@ -151,6 +152,7 @@ gio_tests = {
     # FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392
     # FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/3148
     'can_fail' : host_system in ['darwin', 'gnu'],
+    'suite': ['flaky'],
   },
   'win32-appinfo' : {},
 }
diff --git a/glib/tests/meson.build b/glib/tests/meson.build
index 4e536bd..7175ad5 100644
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -42,7 +42,7 @@ glib_tests = {
   'fileutils' : {},
   'gdatetime' : {
     'source' : ['gdatetime.c', '../gdatetime-private.c'],
-    'suite' : ['slow'],
+    'suite' : ['slow', 'flaky'],
     # musl: GDateTime/format_mixed/non_utf8_time_non_utf8_messages should be
     # skipped but it's not. The fix should be on musl side:
     # https://www.openwall.com/lists/musl/2023/08/10/3
