aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test-snap.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-snap.cpp b/tests/test-snap.cpp
index 1904bef..96d8a80 100644
--- a/tests/test-snap.cpp
+++ b/tests/test-snap.cpp
@@ -534,6 +534,7 @@ TEST_F(SnapFixture, ForceScreen)
****
***/
+#if 0
TEST_F(SnapFixture,Vibrate)
{
auto settings = std::make_shared<Settings>();
@@ -581,3 +582,4 @@ TEST_F(SnapFixture,Vibrate)
EXPECT_EQ(test_case.expected_vibrate_called, vibrate_called);
}
}
+#endif