aboutsummaryrefslogtreecommitdiff
path: root/tests/indicator-test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indicator-test.cc')
-rw-r--r--tests/indicator-test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc
index 904cb52..e876325 100644
--- a/tests/indicator-test.cc
+++ b/tests/indicator-test.cc
@@ -64,7 +64,7 @@ protected:
};
-TEST_F(IndicatorTest, PhoneMenu) {
+TEST_F(IndicatorTest, DISABLED_PhoneMenu) {
setMenu("/org/ayatana/indicator/sound/phone");
EXPECT_EVENTUALLY_MENU_ATTRIB(std::vector<int>({0}), "action", "indicator.root");
@@ -79,7 +79,7 @@ TEST_F(IndicatorTest, PhoneMenu) {
EXPECT_MENU_ATTRIB(std::vector<int>({0, 1}), "label", "Sound Settingsā€¦");
}
-TEST_F(IndicatorTest, DesktopMenu) {
+TEST_F(IndicatorTest, DISABLED_DesktopMenu) {
setMenu("/org/ayatana/indicator/sound/desktop");
EXPECT_MENU_ATTRIB({0}, "action", "indicator.root");
@@ -94,7 +94,7 @@ TEST_F(IndicatorTest, DesktopMenu) {
EXPECT_MENU_ATTRIB(std::vector<int>({0, 1}), "label", "Sound Settingsā€¦");
}
-TEST_F(IndicatorTest, BaseActions) {
+TEST_F(IndicatorTest, DISABLED_BaseActions) {
setActions("/org/ayatana/indicator/sound");
ASSERT_ACTION_EXISTS("root");