diff options
-rw-r--r-- | tests/integration/test-indicator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/test-indicator.cpp b/tests/integration/test-indicator.cpp index 5e2d918..eaa3382 100644 --- a/tests/integration/test-indicator.cpp +++ b/tests/integration/test-indicator.cpp @@ -628,7 +628,7 @@ TEST_F(TestIndicator, DesktopAddMprisPlayer) ).match()); } -TEST_F(TestIndicator, DesktopMprisPlayersPlaybackControls) +TEST_F(TestIndicator, DISABLED_DesktopMprisPlayersPlaybackControls) { double INITIAL_VOLUME = 0.0; @@ -1387,7 +1387,7 @@ TEST_F(TestIndicator, DesktopMprisPlayerButtonsState) ).match()); } -TEST_F(TestIndicator, DesktopChangeRoleVolume) +TEST_F(TestIndicator, DISABLED_DesktopChangeRoleVolume) { double INITIAL_VOLUME = 0.0; |