summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2021-10-24 22:38:20 +0100
committerSimon McVittie <smcv@debian.org>2024-03-24 13:47:15 +0000
commit49104e543de6eee5d06b2d1b877031dc697583c0 (patch)
tree3064ee5e0cc4a7725f3126ee974e7ddcdd022400
parent8d791966a9433b4632ab6520d75a447cba51bf54 (diff)
Skip memory-monitor-dbus test if not specifically requested
This seems to be unreliable, particularly on non-x86. Bug-Debian: https://bugs.debian.org/995178 Forwarded: no Gbp-Pq: Topic debian Gbp-Pq: Name Skip-memory-monitor-dbus-test-if-not-specifically-request.patch
-rwxr-xr-xgio/tests/memory-monitor-dbus.py.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/tests/memory-monitor-dbus.py.in b/gio/tests/memory-monitor-dbus.py.in
index bf3291847..17862e31b 100755
--- a/gio/tests/memory-monitor-dbus.py.in
+++ b/gio/tests/memory-monitor-dbus.py.in
@@ -39,6 +39,8 @@ try:
klass.start_system_bus()
klass.dbus_con = klass.get_dbus(True)
+ @unittest.skipIf('DEB_ALLOW_FLAKY_TESTS' not in os.environ,
+ 'https://bugs.debian.org/995178')
def setUp(self):
try:
Gio.MemoryMonitor