diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-08-07 15:47:14 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2015-08-07 15:47:14 -0500 |
commit | c8866ed7c760836d188c673b1752e24e721bb8a1 (patch) | |
tree | 1b2b84c621ed2ac47398a4e96d54e2114c984d61 | |
parent | 6cb67e9ab59ee47b724d8697f074ee4e0d1dc808 (diff) | |
download | ayatana-indicator-sound-c8866ed7c760836d188c673b1752e24e721bb8a1.tar.gz ayatana-indicator-sound-c8866ed7c760836d188c673b1752e24e721bb8a1.tar.bz2 ayatana-indicator-sound-c8866ed7c760836d188c673b1752e24e721bb8a1.zip |
in MediaPlayerUserTest, disable the TimeoutTest for the moment.
-rw-r--r-- | tests/media-player-user.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/media-player-user.cc b/tests/media-player-user.cc index ca20b5f..879e6e5 100644 --- a/tests/media-player-user.cc +++ b/tests/media-player-user.cc @@ -282,7 +282,7 @@ TEST_F(MediaPlayerUserTest, DataSet) { g_clear_object(&player); } -TEST_F(MediaPlayerUserTest, TimeoutTest) { +TEST_F(MediaPlayerUserTest, DISABLED_TimeoutTest) { /* Put data into Acts -- but 15 minutes ago */ set_property("Timestamp", g_variant_new_uint64(g_get_monotonic_time() - 15 * 60 * 1000 * 1000)); set_property("PlayerName", g_variant_new_string("The Player Formerly Known as Prince")); |