gmenumodel test: Mark as flaky

This test has not had a great history of reliability.

Signed-off-by: Simon McVittie <smcv@debian.org>
Bug-Debian: https://bugs.debian.org/932678
Forwarded: no
This commit is contained in:
Simon McVittie 2019-07-26 23:49:03 +01:00 committed by su-fang
parent e0482d2935
commit e73cc871c6
1 changed files with 6 additions and 0 deletions

View File

@ -1160,6 +1160,12 @@ test_dbus_peer_subscriptions (void)
#else
PeerConnection peer;
if (g_getenv ("DEB_ALLOW_FLAKY_TESTS") == NULL)
{
g_test_skip ("Not reliable? #932678");
return;
}
peer_connection_up (&peer);
do_subscriptions (peer.server_connection, peer.client_connection);
peer_connection_down (&peer);