mirror of https://gitee.com/openkylin/glib2.0.git
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:
parent
e0482d2935
commit
e73cc871c6
|
@ -1160,6 +1160,12 @@ test_dbus_peer_subscriptions (void)
|
||||||
#else
|
#else
|
||||||
PeerConnection peer;
|
PeerConnection peer;
|
||||||
|
|
||||||
|
if (g_getenv ("DEB_ALLOW_FLAKY_TESTS") == NULL)
|
||||||
|
{
|
||||||
|
g_test_skip ("Not reliable? #932678");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
peer_connection_up (&peer);
|
peer_connection_up (&peer);
|
||||||
do_subscriptions (peer.server_connection, peer.client_connection);
|
do_subscriptions (peer.server_connection, peer.client_connection);
|
||||||
peer_connection_down (&peer);
|
peer_connection_down (&peer);
|
||||||
|
|
Loading…
Reference in New Issue